Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

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

Refs: #71
  • Loading branch information
Fishrock123 committed Sep 20, 2017
1 parent edc403c commit 25afd08
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 25afd08

Please sign in to comment.