Skip to content

Commit 390eacf

Browse files
committed
Auto merge of #4998 - JohnTitor:revive-rls, r=llogiq
Re-enable rls integration test It seems rls integration test passes correctly: https://travis-ci.com/rust-lang/rust-clippy/builds/143133541 changelog: none
2 parents 732825d + fe919b4 commit 390eacf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ before_cache:
2020
- cargo cache --autoclean
2121

2222
env:
23-
global:
24-
- RUST_BACKTRACE=1
25-
- secure: "OKulfkA5OGd/d1IhvBKzRkHQwMcWjzrzbimo7+5NhkUkWxndAzl+719TB3wWvIh1i2wXXrEXsyZkXM5FtRrHm55v1VKQ5ibjEvFg1w3NIg81iDyoLq186fLqywvxGkOAFPrsePPsBj5USd5xvhwwbrjO6L7/RK6Z8shBwOSc41s="
23+
global:
24+
- RUST_BACKTRACE=1
25+
- secure: "OKulfkA5OGd/d1IhvBKzRkHQwMcWjzrzbimo7+5NhkUkWxndAzl+719TB3wWvIh1i2wXXrEXsyZkXM5FtRrHm55v1VKQ5ibjEvFg1w3NIg81iDyoLq186fLqywvxGkOAFPrsePPsBj5USd5xvhwwbrjO6L7/RK6Z8shBwOSc41s="
2626

2727
before_install:
2828
- export CARGO_TARGET_DIR="$TRAVIS_BUILD_DIR/target"
@@ -104,8 +104,6 @@ matrix:
104104
allow_failures:
105105
- os: windows
106106
env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
107-
# FIXME: Remove this once rls gets rustup
108-
- env: INTEGRATION=rust-lang/rls
109107

110108
before_script:
111109
- |

0 commit comments

Comments
 (0)