0f1d8059 by quok

feat(travis): force npm install after installing grunt-cli

1 parent d77325ce
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:
......