Fix travis run.

This commit is contained in:
John-David Dalton
2014-10-18 00:37:29 -07:00
parent f2780bcbc2
commit c264e98e6e

View File

@@ -36,7 +36,6 @@ branches:
before_install:
- "nvm use $TRAVIS_NODE_VERSION"
- "npm i -g npm@\"$NPM_VERSION\""
- "mkdir ~/.npm"
- "[ $SAUCE_LABS == false ] || npm i chalk@\"0.5.1\" ecstatic@\"0.5.4\" request@\"^2.0.0\" sauce-tunnel@\"^2.0.0\""
- "[ $ISTANBUL == false ] || (npm i -g coveralls@\"^2.0.0\" && npm i istanbul@\"0.3.2\")"
- "[ $BIN != 'rhino' ] || (sudo mkdir /opt/rhino-1.7R5 && sudo wget --no-check-certificate -O /opt/rhino-1.7R5/js.jar https://lodash.com/_travis/rhino-1.7R5.jar)"