Downgrade bitflags on travis to build on 1.7

This commit is contained in:
Steven Fackler 2016-05-08 20:09:39 -07:00
parent dce59a63c5
commit e9e9e13da6
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ addons:
- gcc-arm-linux-gnueabihf - gcc-arm-linux-gnueabihf
rust: rust:
- nightly - nightly
- 1.8.0 - 1.7.0
os: os:
- osx - osx
- linux - linux
@ -18,11 +18,13 @@ matrix:
# include: # include:
# - os: linux # - os: linux
# env: TARGET=arm-unknown-linux-gnueabihf TEST_FEATURES=true # env: TARGET=arm-unknown-linux-gnueabihf TEST_FEATURES=true
# rust: 1.8.0 # rust: 1.7.0
exclude: exclude:
- os: osx - os: osx
env: TEST_FEATURES=true env: TEST_FEATURES=true
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