Skip to content

Commit fb60b55

Browse files
committed
Test on both nightly and beta
1 parent 3f3fd61 commit fb60b55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
language: rust
2+
rust:
3+
- nightly
4+
- beta
25
addons:
36
postgresql: 9.4
47
script:
58
- cargo test
69
- cargo doc --no-deps
710
after_success:
8-
- 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
912
env:
1013
global:
1114
secure: aJ1Q6gIQZmuJnj03GCF9SbTyt9f4v+Z02gxvmV760TpgcuYOfHJD78Z1nxkZh1LGK1g7reeyYnWQ0UFSEPZBEPu/Wg+opUE73Vy4228sizowWTVMRn9mlmo3OgSQKPVvpYuvXbjjoWRh4/ynDDacIW8Lp/bFxlO4hl0DYvrHx44=

0 commit comments

Comments
 (0)