From 7ce78cbfea07ebef955e4f46a351b62050817fd5 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Tue, 5 Sep 2017 21:35:17 +0200 Subject: [PATCH] Fix missing && in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9dbd855..75b85e71 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" + "$TRAVIS_RUST_VERSION" == "stable" && npm install stylus nib && bash ci/deploy.sh