summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-07-10 10:11:38 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2017-07-10 10:13:38 -0700
commitf37aeb394f2ccd63f360525748c77ff6a28a072b (patch)
tree817210a34ba7a928875231368f191c024164e096
parente425257ca2dbcfcc9aa059bf8ab5458662deed97 (diff)
Actually run the book deploy script in CI
The old checks to prevent deploying multiple times ended up making it so we never deployed because we changed the environment variables we used in CI. This change means we will deploy multiple times for every push, but this is an idempotent operation, and makes sure that we won't ever run into the same bug again.
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f3c48c7d..b0a2a75f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,8 +42,6 @@ script:
after_success:
- test "$TRAVIS_PULL_REQUEST" == "false" &&
test "$TRAVIS_BRANCH" == "master" &&
- test "$BINDGEN_FEATURES" == "" &&
- test "$LLVM_VERSION" == "3.9.0" &&
./ci/deploy-book.sh
notifications: