Fix test condition in Travis config
This commit is contained in:
parent
c9bc13d786
commit
8e0abfb22f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue