Skip to content
Snippets Groups Projects
Unverified Commit 68620b39 authored by Jordan Harband's avatar Jordan Harband
Browse files

[Tests] run the build script, not the lint script, in the build job

parent 2573dc40
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ before_script:
- 'if [ -n "${KARMA-}" ]; then sleep 3; fi'
script:
- 'if [ -n "${LINT-}" ]; then npm run lint ; fi'
- 'if [ -n "${BUILD-}" ]; then npm run lint ; fi'
- 'if [ -n "${BUILD-}" ]; then npm run build ; fi'
- 'if [ "${TEST-}" = true ]; then npm run tests-only ; fi'
- 'if [ -n "${KARMA-}" ]; then npm run tests-karma ; fi'
- 'if [ -n "${COVERAGE-}" ] && [ "${TRAVIS_BRANCH-}" = "master" ]; then npm run cover; cat ./coverage/lcov.info | ./node_modules/.bin/coveralls ; fi'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment