feat(travis): force npm install after installing grunt-cli
Showing
1 changed file
with
2 additions
and
2 deletions
1 | language: node_js | 1 | language: node_js |
2 | node_js: | 2 | node_js: |
3 | - '0.10' | 3 | - '0.10' |
4 | before_script: | 4 | install: |
5 | - npm install -g grunt-cli | 5 | - npm install -g grunt-cli && npm install |
6 | - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then curl https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash; fi | 6 | - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then curl https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash; fi |
7 | notifications: | 7 | notifications: |
8 | hipchat: | 8 | hipchat: | ... | ... |
-
Please register or sign in to post a comment