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 dd25202 commit 87036acCopy full SHA for 87036ac
.travis.yml
@@ -29,7 +29,7 @@ cache:
29
install:
30
- nvm install $NODE_VERSION
31
- npm install -g typings
32
-- wget -O ./nativescript.tgz "https://s3.amazonaws.com/nativescript-ci/build_result/nativescript.tgz" &&
+- 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
0 commit comments