Skip to content

Commit 4cf83a0

Browse files
committed
Test on both nightly and beta
1 parent 05a6553 commit 4cf83a0

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,4 +1,7 @@
11
language: rust
2+
rust:
3+
- nightly
4+
- beta
25
addons:
36
postgresql: 9.4
47
script:
@@ -7,7 +10,7 @@ script:
710
- cargo test
811
- cargo doc --no-deps
912
after_success:
10-
- 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
1114
env:
1215
global:
1316
secure: NwuXXkfdUD7PEIL9gyvyob/yaGry14QMhiYOrEWPMDuDBrJsjwYJJFgYsyX3HJ+TNpLt/kdjpYU4Gr2fn4F0OUDM1fHzJtsc1wXgxTaLvIK7Jdu1nNFMtII7KZgRHvD7RQs/PM4xAPLHJYbdW5wdUyVE1YQ2DktIfI7rs9haWqU=

0 commit comments

Comments
 (0)