File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ matrix:
2424install :
2525 # Check the size of caches
2626 - du -sh ./node_modules ./test/tmp/deps/node_modules || true
27- # Disable the spinner, it looks bad on Travis
28- - npm config set spin false
2927 - npm install -g npm@latest
3028 # Instal npm dependecies and ensure that npm cache is not stale
3129 - ./scripts/generator-install-dependencies.sh
Original file line number Diff line number Diff line change 1717 "repository" : " Swiip/generator-gulp-angular" ,
1818 "scripts" : {
1919 "pretest" : " ./scripts/prepare-test.sh" ,
20- "test" : " ./node_modules/.bin/ istanbul cover ./node_modules/mocha/bin/ _mocha -- test/node test/template && ./node_modules/.bin/ mocha test/inception/test-inception.js -ig protractor --no-insight" ,
20+ "test" : " istanbul cover _mocha -- test/node test/template && mocha test/inception/test-inception.js -ig protractor --no-insight" ,
2121 "update-shrinkwrap" : " ./scripts/update-test-shrinkwrap.sh" ,
2222 "deploy" : " ./scripts/deploy-boilerplate.sh"
2323 },
You can’t perform that action at this time.
0 commit comments