Skip to content

Commit

Permalink
ci: run the linter from travis with every build
Browse files Browse the repository at this point in the history
It's be nice to have it run as a separate task, but I think this should
work for now.

Refs: ayojs/ayo#71
  • Loading branch information
Fishrock123 committed Sep 20, 2017
1 parent edc403c commit f7bfec8
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 @@ -18,3 +18,4 @@ install:
- make -j2 V=
script:
- make -j2 test-ci
- make lint

0 comments on commit f7bfec8

Please sign in to comment.