Skip to content

Commit a879843

Browse files
committed
Test on both nightly and beta
1 parent 1dc187a commit a879843

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.3
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: r3ugr11ER3l892nwRNDgpf3PMzZ+hucTGuhGHdatUiMGJ6us9E4inhG+dqvV8UoctMFjaO1tYxVHlwpgxo17Spnc6lopH+MrRHP7H42eEkUZbMEAKiHss/M1w6KocVEKsJdTtaNfN8V7MWAjCDAIL4txTbffBGnIfBhPGWVh09M=

0 commit comments

Comments
 (0)