Skip to content

Commit 79951e8

Browse files
Add echo no before npm install -g nativescript
1 parent 5dec5b6 commit 79951e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,6 @@ before_install:
195195
- sudo pip install six
196196

197197
install:
198-
- npm install -g nativescript
198+
- echo no | npm install -g nativescript
199199
- tns usage-reporting disable
200200
- tns error-reporting disable

0 commit comments

Comments
 (0)