Test on 1.8
This commit is contained in:
parent
16e5074b78
commit
0fe3b85476
|
|
@ -6,7 +6,7 @@ addons:
|
||||||
- gcc-arm-linux-gnueabihf
|
- gcc-arm-linux-gnueabihf
|
||||||
rust:
|
rust:
|
||||||
- nightly
|
- nightly
|
||||||
- 1.7.0
|
- 1.8.0
|
||||||
os:
|
os:
|
||||||
- osx
|
- osx
|
||||||
- linux
|
- linux
|
||||||
|
|
@ -25,6 +25,4 @@ matrix:
|
||||||
before_install:
|
before_install:
|
||||||
- ./openssl/test/build.sh
|
- ./openssl/test/build.sh
|
||||||
script:
|
script:
|
||||||
- cargo fetch --manifest-path openssl/Cargo.toml # generate a cargo.lock
|
|
||||||
- cargo update --manifest-path openssl/Cargo.toml -p bitflags --precise 0.5.0
|
|
||||||
- ./openssl/test/run.sh
|
- ./openssl/test/run.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue