Skip to content

Commit e859670

Browse files
committed
Disable error/usage reporting on travis
1 parent ffc771d commit e859670

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ before_script:
1414
- npm install grunt
1515
- node_modules/.bin/grunt enableScripts:false
1616
- npm install
17+
- grunt rebuild
18+
- ./bin/nativescript error-reporting disable # force ~/.local dir creation -- some tests rely on it
19+
- ./bin/nativescript usage-reporting disable
1720
- npm test
1821
- node_modules/.bin/grunt enableScripts:true
1922
script:

0 commit comments

Comments
 (0)