Skip to content

Commit

Permalink
Run go get and go build before metalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
iwat committed May 5, 2017
1 parent aa05013 commit 67a550e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ env:
- PATH=$GOPATH/bin:$PATH

install:
- go get -t ./...
- go get -u gopkg.in/alecthomas/gometalinter.v1
- gometalinter.v1 --install
- go build -i

script:
- gometalinter.v1 -e "Subprocess launching with variable.,HIGH,HIGH" ./...
- gometalinter.v1 -e "Subprocess launching with variable" -e "cyclomatic complexity" ./...
- go test -v ./...

0 comments on commit 67a550e

Please sign in to comment.