This commit is contained in:
Steven Fackler 2015-02-07 21:55:07 -08:00
parent 0894efc3ff
commit ad476f25c7
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ script:
- (cd openssl && cargo test --features $FEATURES) - (cd openssl && cargo test --features $FEATURES)
- ./.travis/build_docs.sh - ./.travis/build_docs.sh
after_success: after_success:
- $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh