Fix test condition in Travis config

This commit is contained in:
Mathieu David 2017-09-10 09:06:46 +02:00 committed by GitHub
parent c9bc13d786
commit 8e0abfb22f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ after_success:
# Deploy the docs if the commit is on master
- test "$TRAVIS_PULL_REQUEST" == "false" &&
test "$TRAVIS_BRANCH" == "master" &&
"$TRAVIS_RUST_VERSION" == "stable" &&
test "$TRAVIS_RUST_VERSION" == "stable" &&
npm install stylus nib &&
bash ci/deploy.sh