Skip to content

Commit

Permalink
[Tests] avoid running tests on pretest job
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 8, 2019
1 parent b00c0af commit d52002a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- 'if [ -n "${ESLINT-}" ]; then npm install --no-save "eslint@${ESLINT}" ; fi'
script:
- 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
- 'if [ -n "${TEST-}" ]; then npm run unit-test ; fi'
- 'if [ -z "${PRETEST-}" ] && [ -n "${TEST-}" ]; then npm run unit-test ; fi'
env:
global:
- TEST=true
Expand Down

0 comments on commit d52002a

Please sign in to comment.