Skip to content

Commit 21428e5

Browse files
committed
chore(travis): use npm cache
1 parent 9321a5f commit 21428e5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ env:
1818
- LOGS_DIR=/tmp/angular-build/logs
1919
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready
2020

21+
install:
22+
- npm config set registry http://23.251.144.68
23+
- npm install
24+
2125
before_script:
2226
- mkdir -p $LOGS_DIR
2327
- ./lib/sauce/sauce_connect_setup.sh

0 commit comments

Comments
 (0)