diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-23 18:13:37 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-23 18:13:37 +0000 |
commit | c0559f1b80d9bb446ad7275bc824171cec0cd6b2 (patch) | |
tree | 4e5dee544e05dd93c1008cd2e68caf0fb336d10a | |
parent | convert_utc and humanize_systemtime now return option + fixed template accord... (diff) | |
download | miniserve-c0559f1b80d9bb446ad7275bc824171cec0cd6b2.tar.gz miniserve-c0559f1b80d9bb446ad7275bc824171cec0cd6b2.zip |
Updated travis.yml to use nightly
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 061b0fe..0ec4988 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: rust -rust: - - stable - - beta - - nightly +rust: nightly addons: apt: @@ -16,7 +13,9 @@ addons: matrix: allow_failures: - - rust: nightly + - rust: + - stable + - beta include: - env: - TARGET=x86_64-unknown-linux-musl @@ -63,4 +62,4 @@ deploy: on: branch: master tags: true - condition: $TRAVIS_RUST_VERSION = stable && -n $TARGET + condition: $TRAVIS_RUST_VERSION = nightly && -n $TARGET |