Skip to content

Commit 1e3dde2

Browse files
committed
Test on both nightly and beta
1 parent abc54ff commit 1e3dde2

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: o0Ln3cEpSGR2tBcORZ1CadW+EjUJsn/gGrsLLF1vfWkVoGvS4y40Bpvn4PwzQCMtqqaIwPHrYQ6fMbmXjfjhYN1QHEC7voaGypFtK+YQxRy3kXYcpShzwvkFjBDUfw5HdWD/VX0r9qDJVr8WPc5/vVQedwUbbfdV435JWo3wNeU=

0 commit comments

Comments
 (0)