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