We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2269b9f commit d591618Copy full SHA for d591618
.travis.yml
@@ -1,7 +1,7 @@
1
language: rust
2
cache: cargo
3
-rust: nightly
+rust: stable
4
script:
5
- cargo run
6
after_success:
7
-- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
+ - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash deploy.sh
0 commit comments