Skip to content

Commit

Permalink
install compass before deploying docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Apr 4, 2019
1 parent 392503e commit 8756c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ after_script:

deploy:
provider: script
script: "npm run docs"
script: "gem install compass && npm run docs"
skip_cleanup: true
on:
tags: true

0 comments on commit 8756c00

Please sign in to comment.