diff options
| author | Steven Fackler <[email protected]> | 2016-06-26 11:53:24 -0400 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-06-26 11:53:24 -0400 |
| commit | 0fe3b85476c4cc7e5557f87b238bf78263e83b23 (patch) | |
| tree | 68f741ed46fc604bd2a7ab5b60d840be41eae1ee | |
| parent | Merge pull request #408 from jonas-schievink/bignum-docs (diff) | |
| download | rust-openssl-0fe3b85476c4cc7e5557f87b238bf78263e83b23.tar.xz rust-openssl-0fe3b85476c4cc7e5557f87b238bf78263e83b23.zip | |
Test on 1.8
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 8dae13c4..91c6ad62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ addons: - gcc-arm-linux-gnueabihf rust: - nightly -- 1.7.0 +- 1.8.0 os: - osx - linux @@ -25,6 +25,4 @@ matrix: before_install: - ./openssl/test/build.sh 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 |