Skip to content

Commit

Permalink
travis ignores rustls check for 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed Jun 16, 2019
1 parent 63e510b commit 3369d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ rust:
- beta
- nightly
script:
- echo $TRAVIS_RUST_VERSION
- touch examples/common/consumer_key examples/common/consumer_secret
- cargo build --verbose
- cargo build --no-default-features --features="hyper-rustls"
- 'if [ "$TRAVIS_RUST_VERSION" != 1.27.0 ]; then cargo build --verbose --no-default-features --features="hyper-rustls" --verbose; fi'
- cargo test --verbose
matrix:
allow_failures:
Expand Down

0 comments on commit 3369d5e

Please sign in to comment.