Fix missing && in travis config
This commit is contained in:
parent
26544fa531
commit
7ce78cbfea
|
@ -20,7 +20,7 @@ after_success:
|
||||||
# Deploy the docs if the commit is on master
|
# Deploy the docs if the commit is on master
|
||||||
- test "$TRAVIS_PULL_REQUEST" == "false" &&
|
- test "$TRAVIS_PULL_REQUEST" == "false" &&
|
||||||
test "$TRAVIS_BRANCH" == "master" &&
|
test "$TRAVIS_BRANCH" == "master" &&
|
||||||
"$TRAVIS_RUST_VERSION" == "stable"
|
"$TRAVIS_RUST_VERSION" == "stable" &&
|
||||||
npm install stylus nib &&
|
npm install stylus nib &&
|
||||||
bash ci/deploy.sh
|
bash ci/deploy.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue