Skip to content

Commit 722e6e3

Browse files
authored
Merge pull request #385 from rust-lang/pin-rust
Pin rustc to 1.31.1
2 parents fff16e5 + a0285bc commit 722e6e3

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)