summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 52338e47..8618c4dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: false
language: rust
rust:
- nightly
- - 1.0.0
+ - 1.1.0
os:
- linux
@@ -37,7 +37,7 @@ deploy:
upload-dir: nix/${TRAVIS_BRANCH}/${TRAVIS_OS_NAME}
acl: public_read
on:
- condition: "\"$TRAVIS_RUST_VERSION/$ARCH\" == \"1.0.0/x86_64\""
+ condition: "\"$TRAVIS_RUST_VERSION/$ARCH\" == \"1.1.0/x86_64\""
repo: carllerche/nix-rust
branch:
- master