Skip to content

Commit

Permalink
run tests before lint on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Winnicki committed Aug 15, 2017
1 parent 3a6a10f commit 2fc77fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ before_install:
install:
- glide install
script:
- go test -tags=integration -race $(glide novendor)
- go get -u github.com/alecthomas/gometalinter
- gometalinter --install --force
- gometalinter --vendor --fast --disable=gotype --disable=vetshadow --skip=mock ./...
- go test -tags=integration -race $(glide novendor)
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
notifications:
Expand Down

0 comments on commit 2fc77fb

Please sign in to comment.