Skip to content

Commit 746eb85

Browse files
author
Fatme
authored
Merge pull request #4309 from NativeScript/fatme/fix-travis
chore: stop travis build execution when grunt step fails
2 parents 3a418d5 + 5a1117f commit 746eb85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ before_script:
2626
- npm test
2727
- node_modules/.bin/grunt enableScripts:true
2828
script:
29-
- node_modules/.bin/grunt lint
30-
- node_modules/.bin/grunt pack --no-color
29+
- node_modules/.bin/grunt lint && node_modules/.bin/grunt pack --no-color
3130
before_deploy:
3231
- node .travis/add-publishConfig.js $TRAVIS_BRANCH
3332
deploy:

0 commit comments

Comments
 (0)