Skip to content

Commit

Permalink
Auto merge of #4998 - JohnTitor:revive-rls, r=llogiq
Browse files Browse the repository at this point in the history
Re-enable rls integration test

It seems rls integration test passes correctly: https://travis-ci.com/rust-lang/rust-clippy/builds/143133541

changelog: none
  • Loading branch information
bors committed Jan 5, 2020
2 parents 732825d + fe919b4 commit 390eacf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ before_cache:
- cargo cache --autoclean

env:
global:
- RUST_BACKTRACE=1
- secure: "OKulfkA5OGd/d1IhvBKzRkHQwMcWjzrzbimo7+5NhkUkWxndAzl+719TB3wWvIh1i2wXXrEXsyZkXM5FtRrHm55v1VKQ5ibjEvFg1w3NIg81iDyoLq186fLqywvxGkOAFPrsePPsBj5USd5xvhwwbrjO6L7/RK6Z8shBwOSc41s="
global:
- RUST_BACKTRACE=1
- secure: "OKulfkA5OGd/d1IhvBKzRkHQwMcWjzrzbimo7+5NhkUkWxndAzl+719TB3wWvIh1i2wXXrEXsyZkXM5FtRrHm55v1VKQ5ibjEvFg1w3NIg81iDyoLq186fLqywvxGkOAFPrsePPsBj5USd5xvhwwbrjO6L7/RK6Z8shBwOSc41s="

before_install:
- export CARGO_TARGET_DIR="$TRAVIS_BUILD_DIR/target"
Expand Down Expand Up @@ -104,8 +104,6 @@ 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:
- |
Expand Down

0 comments on commit 390eacf

Please sign in to comment.