Bump minimum version to 1.8
This commit is contained in:
parent
48f2825a92
commit
688c5f13ec
@ -3,13 +3,12 @@ sudo: required
|
||||
rust:
|
||||
- nightly
|
||||
- beta
|
||||
- 1.7.0
|
||||
- 1.8.0
|
||||
addons:
|
||||
postgresql: 9.4
|
||||
before_script:
|
||||
- "./.travis/setup.sh"
|
||||
script:
|
||||
- cargo test
|
||||
- cargo update -p bitflags --precise 0.5.0
|
||||
- cargo test --features "uuid rustc-serialize time unix_socket serde_json chrono openssl bit-vec eui48"
|
||||
- (test $TRAVIS_RUST_VERSION != "nightly" || cargo test --features nightly)
|
||||
|
Loading…
Reference in New Issue
Block a user