Skip to content

Commit 688c5f1

Browse files
committed
Bump minimum version to 1.8
1 parent 48f2825 commit 688c5f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ sudo: required
33
rust:
44
- nightly
55
- beta
6-
- 1.7.0
6+
- 1.8.0
77
addons:
88
postgresql: 9.4
99
before_script:
1010
- "./.travis/setup.sh"
1111
script:
1212
- cargo test
13-
- cargo update -p bitflags --precise 0.5.0
1413
- cargo test --features "uuid rustc-serialize time unix_socket serde_json chrono openssl bit-vec eui48"
1514
- (test $TRAVIS_RUST_VERSION != "nightly" || cargo test --features nightly)

0 commit comments

Comments
 (0)