Skip to content

Commit

Permalink
Run "make lint" on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Jan 16, 2016
1 parent 166efdd commit 16656b7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -3,5 +3,10 @@ go:
- 1.4
- 1.5
install: make install_ci
script: make test_ci
after_success: make cover_ci
script:
- make test_ci
- make cover_ci
# Travis restores Godeps to the workspace, which we want to ignore.
- rm -rf Godeps/_workspace
- make lint

0 comments on commit 16656b7

Please sign in to comment.