Skip to content

Commit

Permalink
Add lint step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Nov 4, 2020
1 parent c439e36 commit f189aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ addons:
packages:
- g++-5
script:
- npm run prettier:check
- npm test
- npm start
env:
Expand Down

0 comments on commit f189aec

Please sign in to comment.