From 8e0abfb22fcf01a30f84a9164e69c059f33576ee Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Sun, 10 Sep 2017 09:06:46 +0200 Subject: [PATCH] Fix test condition in Travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75b85e71..4e3d8d87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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