Skip to content

Commit 7bee459

Browse files
authored
Update .travis.yml
1 parent 8c8e68c commit 7bee459

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ script:
5252

5353
before_deploy:
5454
- cd ../nativescript-angular
55-
- npm install typescript -g
56-
- npm install
55+
- npm install -g nativescript --ignore-scripts
56+
- tns usage-reporting disable
57+
- tns error-reporting disable
5758
- node ../build/travis-scripts/add-publishConfig.js next $PACKAGE_VERSION
5859

5960
deploy:

0 commit comments

Comments
 (0)