Fix travis (#1493)

* fix travis

* test 2

* goimports

* Remove unused p2p config

* remove unused var
This commit is contained in:
Preston Van Loon
2019-02-05 10:46:32 -05:00
committed by GitHub
parent 4ccc3b1941
commit 4b27b8408b
12 changed files with 21 additions and 75 deletions

View File

@@ -8,9 +8,8 @@ matrix:
env:
- lint
script:
-
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./...
email: false
- go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./...
email: false
after_success:
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh