We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7228f6b commit c9e7d51Copy full SHA for c9e7d51
.travis.yml
@@ -26,8 +26,7 @@ before_script:
26
- npm test
27
- node_modules/.bin/grunt enableScripts:true
28
script:
29
-- node_modules/.bin/grunt lint
30
-- node_modules/.bin/grunt pack --no-color
+- node_modules/.bin/grunt lint && node_modules/.bin/grunt pack --no-color
31
before_deploy:
32
- node .travis/add-publishConfig.js $TRAVIS_BRANCH
33
deploy:
0 commit comments