Skip to content

Commit

Permalink
travis: gas was renamed to gosec so it needs to be re-disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Nov 8, 2018
1 parent 0ff3187 commit f5b0990
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 @@ -13,7 +13,7 @@ before_install:
- rm ./testcases/*.go

script:
- gometalinter --fast ./... -D gas
- gometalinter --fast ./... -D gosec
- go test -race -v ./...
- go test -covermode=count -coverprofile=profile.cov

Expand Down

0 comments on commit f5b0990

Please sign in to comment.