Skip to content

Commit

Permalink
feat(ci): add lint check before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Sep 3, 2020
1 parent 3168af4 commit 2633480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ matrix:
before_script:
- npm install && npx ts-node tools/ci-set-build-version.ts
- sh tools/setup.sh
script:
- sh tools/lint.sh
script:
- sh tools/test.sh
after_success:
Expand Down

0 comments on commit 2633480

Please sign in to comment.