Skip to content

Commit

Permalink
Don't build docs automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jul 31, 2015
1 parent 32da779 commit 559a211
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
@@ -1,4 +1,5 @@
language: rust
sudo: false
rust:
- nightly
- beta
Expand All @@ -8,9 +9,3 @@ script:
- (test $TRAVIS_RUST_VERSION != "nightly" || (cd phf_macros && cargo test --features stats))
- (cd phf_codegen && cargo test)
- (cd phf_codegen/test && cargo test)
- ./.travis/build_docs.sh
after_success:
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_RUST_VERSION == "nightly" && ./.travis/update_docs.sh
env:
global:
secure: H8UjXPVRBOF3peqdBwrAS1cvW4TXz9wJCwUqh5K+AP2TbFQAVt9LLkiUySVERRckR7sM/C9m8IE/nhKz7ck8+Dj7tbqd7Jef3dlienpucDF1jpbENyvsshPRvGlvd4jAQCONL9Yxs3MnRnkbr5qI3Gz/JqP7z8jzp5V5Wf7mc/I=
11 changes: 0 additions & 11 deletions .travis/build_docs.sh

This file was deleted.

16 changes: 0 additions & 16 deletions .travis/update_docs.sh

This file was deleted.

0 comments on commit 559a211

Please sign in to comment.