Skip to content

Commit

Permalink
Merge pull request #321 from krancour/travis-style-checks
Browse files Browse the repository at this point in the history
fix(.travis.yml): Make travis apply style checks
  • Loading branch information
krancour authored Mar 1, 2017
2 parents 5f27223 + f2d7ee5 commit 2d6f130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ env:
install:
- make bootstrap
script:
- make build test-cover
- make build test-style test-cover
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 2d6f130

Please sign in to comment.