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 7b83aa7 commit 05a0ba9Copy full SHA for 05a0ba9
.travis.yml
@@ -2,15 +2,10 @@ language: rust
2
rust:
3
- nightly
4
- beta
5
+- stable
6
addons:
7
postgresql: 9.4
8
script:
9
- cargo test
10
- sudo service postgresql stop && sudo service postgresql start 9.1
11
-- cargo doc --no-deps
12
-after_success:
13
-- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_RUST_VERSION == "nightly" && ./.travis/update_docs.sh
14
-env:
15
- global:
16
- secure: NwuXXkfdUD7PEIL9gyvyob/yaGry14QMhiYOrEWPMDuDBrJsjwYJJFgYsyX3HJ+TNpLt/kdjpYU4Gr2fn4F0OUDM1fHzJtsc1wXgxTaLvIK7Jdu1nNFMtII7KZgRHvD7RQs/PM4xAPLHJYbdW5wdUyVE1YQ2DktIfI7rs9haWqU=
.travis/update_docs.sh
0 commit comments