File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ before_script:
2121 - yarn global add coveralls
2222
2323script :
24- - ng lint angular-admin-lte-demo
2524 - ng lint angular-admin-lte
25+ # - ng test angular-admin-lte --watch=false --browsers=ChromeHeadless --code-coverage
26+ - ng build angular-admin-lte --prod
27+ - ng lint angular-admin-lte-demo
2628 - ng test angular-admin-lte-demo --watch=false --browsers=ChromeHeadless --code-coverage
27- # - ng test angular-admin-lte --watch=false --browsers=ChromeHeadless
2829 - ng build angular-admin-lte-demo --prod --base-href="/angular-admin-lte/$([ "$TRAVIS_PULL_REQUEST" != false ] && echo "pulls/$TRAVIS_PULL_REQUEST/" || echo "branches/$TRAVIS_BRANCH/")"
29- - ng build angular-admin-lte --prod
3030 # - xvfb-run npm run e2e
3131
3232after_success :
You can’t perform that action at this time.
0 commit comments