Skip to content

Commit dd25202

Browse files
authored
Update .travis.yml
1 parent 81c9401 commit dd25202

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ cache:
2929
install:
3030
- nvm install $NODE_VERSION
3131
- npm install -g typings
32-
- npm install -g nativescript --ignore-scripts
32+
- wget -O ./nativescript.tgz "https://s3.amazonaws.com/nativescript-ci/build_result/nativescript.tgz" &&
33+
- npm install -g nativescript.tgz --ignore-scripts
3334
- tns usage-reporting disable
3435
- tns error-reporting disable
3536
- cd nativescript-angular

0 commit comments

Comments
 (0)