We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c9401 commit dd25202Copy full SHA for dd25202
.travis.yml
@@ -29,7 +29,8 @@ cache:
29
install:
30
- nvm install $NODE_VERSION
31
- npm install -g typings
32
-- npm install -g nativescript --ignore-scripts
+- wget -O ./nativescript.tgz "https://s3.amazonaws.com/nativescript-ci/build_result/nativescript.tgz" &&
33
+- npm install -g nativescript.tgz --ignore-scripts
34
- tns usage-reporting disable
35
- tns error-reporting disable
36
- cd nativescript-angular
0 commit comments