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 63b6152 commit d1eb84aCopy full SHA for d1eb84a
.travis.yml
@@ -37,10 +37,10 @@ after_success: |
37
ls target/debug &&
38
./kcov-master/tmp/usr/local/bin/kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/hyper-* &&
39
[ $TRAVIS_PULL_REQUEST = false ] &&
40
- [ "$TRAVIS_TAG" != "" || $TRAVIS_BRANCH = master ] &&
41
- [ $TRAVIS_RUST_VERSION = stable ] &&
+ { [ "$TRAVIS_TAG" != "" ] || [ "$TRAVIS_BRANCH" == "master" ]; } &&
42
cargo doc --no-deps &&
43
- ./.travis/docs.sh
+ ./.travis/docs.sh &&
+ echo "\nDocs published.\n"
44
45
env:
46
global:
0 commit comments