Fix missing && in travis config

This commit is contained in:
Mathieu David 2017-09-05 21:35:17 +02:00
parent 26544fa531
commit 7ce78cbfea
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"
"$TRAVIS_RUST_VERSION" == "stable" &&
npm install stylus nib &&
bash ci/deploy.sh