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 3f3fd61 commit fb60b55Copy full SHA for fb60b55
.travis.yml
@@ -1,11 +1,14 @@
1
language: rust
2
+rust:
3
+- nightly
4
+- beta
5
addons:
6
postgresql: 9.4
7
script:
8
- cargo test
9
- cargo doc --no-deps
10
after_success:
-- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh
11
+- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test = $TRAVIS_RUST_VERSION == "nightly" && ./.travis/update_docs.sh
12
env:
13
global:
14
secure: aJ1Q6gIQZmuJnj03GCF9SbTyt9f4v+Z02gxvmV760TpgcuYOfHJD78Z1nxkZh1LGK1g7reeyYnWQ0UFSEPZBEPu/Wg+opUE73Vy4228sizowWTVMRn9mlmo3OgSQKPVvpYuvXbjjoWRh4/ynDDacIW8Lp/bFxlO4hl0DYvrHx44=
0 commit comments