Skip to content

Commit d591618

Browse files
committed
small tweaks to travis config
we can use stable now that rust 2018 shipped
1 parent 2269b9f commit d591618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22
cache: cargo
3-
rust: nightly
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

0 commit comments

Comments
 (0)