Skip to content

Commit

Permalink
Add linting to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wadetandy committed Jan 23, 2019
1 parent c970a89 commit afa6707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ node_js:
- node

script:
- yarn run test:all-versions
- yarn lint:ci
- yarn test:ci

before_deploy:
- yarn run release
Expand Down

0 comments on commit afa6707

Please sign in to comment.