We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a6553 commit 4cf83a0Copy full SHA for 4cf83a0
.travis.yml
@@ -1,4 +1,7 @@
1
language: rust
2
+rust:
3
+- nightly
4
+- beta
5
addons:
6
postgresql: 9.4
7
script:
@@ -7,7 +10,7 @@ script:
10
- cargo test
8
11
- cargo doc --no-deps
9
12
after_success:
-- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh
13
+- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_RUST_VERSION == "nightly" && ./.travis/update_docs.sh
14
env:
15
global:
16
secure: NwuXXkfdUD7PEIL9gyvyob/yaGry14QMhiYOrEWPMDuDBrJsjwYJJFgYsyX3HJ+TNpLt/kdjpYU4Gr2fn4F0OUDM1fHzJtsc1wXgxTaLvIK7Jdu1nNFMtII7KZgRHvD7RQs/PM4xAPLHJYbdW5wdUyVE1YQ2DktIfI7rs9haWqU=
0 commit comments