Skip to content

Commit

Permalink
chore(travis): use npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Apr 29, 2014
1 parent f0e12ea commit 60b2851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ env:
- LOGS_DIR=/tmp/angular-build/logs
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready

install:
- npm config set registry http://23.251.144.68
- npm install

before_script:
- mkdir -p $LOGS_DIR
- ./lib/sauce/sauce_connect_setup.sh
Expand Down

0 comments on commit 60b2851

Please sign in to comment.