Skip to content

Commit

Permalink
Merge pull request #4 from cytopia/ci
Browse files Browse the repository at this point in the history
Add linting stage for CI
  • Loading branch information
cytopia authored Jun 30, 2019
2 parents 153fc39 + f714479 commit 86b42e4
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 @@ -41,6 +41,7 @@ install:
### Check generation changes, build and test
###
before_script:
- make lint
- while ! make build TAG=${VERSION}; do sleep 1; done
- while ! make test TAG=${VERSION}; do sleep 1; done
- git diff --quiet || { echo "Build Changes"; git diff; git status; false; }
Expand Down

0 comments on commit 86b42e4

Please sign in to comment.