We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc771d commit e859670Copy full SHA for e859670
.travis.yml
@@ -14,6 +14,9 @@ before_script:
14
- npm install grunt
15
- node_modules/.bin/grunt enableScripts:false
16
- 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
20
- npm test
21
- node_modules/.bin/grunt enableScripts:true
22
script:
0 commit comments