We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9321a5f commit 21428e5Copy full SHA for 21428e5
1 file changed
.travis.yml
@@ -18,6 +18,10 @@ env:
18
- LOGS_DIR=/tmp/angular-build/logs
19
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready
20
21
+install:
22
+ - npm config set registry http://23.251.144.68
23
+ - npm install
24
+
25
before_script:
26
- mkdir -p $LOGS_DIR
27
- ./lib/sauce/sauce_connect_setup.sh
0 commit comments