Skip to content

Commit

Permalink
unfreeze nightly ci after syntex-syntax update
Browse files Browse the repository at this point in the history
  • Loading branch information
Goirad committed Oct 25, 2019
1 parent 2343470 commit 2c8f1c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,7 @@ addons:
rust:
- stable
- beta
- nightly
- nightly-2019-07-01
- nightly-2019-07-11
env:
Expand Down
2 changes: 1 addition & 1 deletion ct.sh
Expand Up @@ -4,7 +4,7 @@ cd "$(dirname "$0")"

cd "./mbedtls"

if [ $TRAVIS_RUST_VERSION = "stable" ] || [ $TRAVIS_RUST_VERSION = "beta" ]; then
if [ $TRAVIS_RUST_VERSION = "stable" ] || [ $TRAVIS_RUST_VERSION = "beta" ] || [ $TRAVIS_RUST_VERSION = "nightly" ]; then
rustup default $TRAVIS_RUST_VERSION
cargo test
cargo test --features spin_threading
Expand Down

0 comments on commit 2c8f1c6

Please sign in to comment.