Skip to content

Commit

Permalink
separate lint and integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Sep 23, 2019
1 parent 4eab221 commit 9a7dc89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ node_js:
matrix:
include:
- node_js: '12'
env: INTEGRATION=true LINT=true SKIP_TEST=true
env: INTEGRATION=true SKIP_TEST=true
- node_js: '12'
env: LINT=true SKIP_TEST=true
script:
- if [[ $INTEGRATION == true ]]; then npm run integration; fi
- if [[ $LINT == true ]]; then npm run lint; fi
Expand Down

0 comments on commit 9a7dc89

Please sign in to comment.