Fix travis (again) (#1503)

* does this fix it?

* does this fix it?
This commit is contained in:
Preston Van Loon 2019-02-05 20:38:29 -05:00 committed by GitHub
parent 2ae40ba904
commit 43357293cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,10 @@ matrix:
go: 1.11.x
env:
- lint
install:
- go get ${gobuild_args} -t ./...
script:
- go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./...
- go get ${gobuild_args} github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./...
email: false
after_success:
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh