Skip to content

Commit a0285bc

Browse files
committed
ci: pin rustc to 1.31.1
This prevents delays when publishing release announcements, since they have to be merged after the release is up causing all of the deps to be rebuilt. Fixes rust-lang#351
1 parent fff16e5 commit a0285bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
2+
rust: 1.31.1
23
cache: cargo
3-
rust: stable
44
script:
55
- cargo run
66
after_success:
7-
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
7+
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)