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 d021573 commit 4a78c4cCopy full SHA for 4a78c4c
.travis.yml
@@ -2,13 +2,8 @@ language: rust
2
rust:
3
- nightly
4
- beta
5
+- stable
6
addons:
7
postgresql: 9.3
8
script:
9
- cargo test
-- cargo doc --no-deps
10
-after_success:
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: r3ugr11ER3l892nwRNDgpf3PMzZ+hucTGuhGHdatUiMGJ6us9E4inhG+dqvV8UoctMFjaO1tYxVHlwpgxo17Spnc6lopH+MrRHP7H42eEkUZbMEAKiHss/M1w6KocVEKsJdTtaNfN8V7MWAjCDAIL4txTbffBGnIfBhPGWVh09M=
.travis/update_docs.sh
0 commit comments