Skip to content

Commit f37aeb3

Browse files
committed
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.
1 parent e425257 commit f37aeb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ script:
4242
after_success:
4343
- test "$TRAVIS_PULL_REQUEST" == "false" &&
4444
test "$TRAVIS_BRANCH" == "master" &&
45-
test "$BINDGEN_FEATURES" == "" &&
46-
test "$LLVM_VERSION" == "3.9.0" &&
4745
./ci/deploy-book.sh
4846

4947
notifications:

0 commit comments

Comments
 (0)