about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2019-12-31 19:43:52 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2019-12-31 19:43:52 +0900
commit18b1542ed43466be0aa8d50ce50a95b66557e400 (patch)
tree0ff31f96dc25b0f9aee38779231cfa4dc119d5cb
parentbf08998b5c4e60816846731245b532ef14d92d37 (diff)
downloadrust-18b1542ed43466be0aa8d50ce50a95b66557e400.tar.gz
rust-18b1542ed43466be0aa8d50ce50a95b66557e400.zip
Ignore rls integration test for now
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 41d19b209b6..c8fb80f06c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -104,6 +104,8 @@ matrix:
   allow_failures:
     - os: windows
       env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
+    # FIXME: Remove this once rls gets rustup
+    - env: INTEGRATION=rust-lang/rls
 
 before_script:
   - |