Skip to content

Commit b7f2330

Browse files
author
Zdravko
authored
Merge pull request #173 from NativeScript/dtodorov/update-ns-install
Add echo no before npm install -g nativescript
2 parents 5dec5b6 + 79951e8 commit b7f2330

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)