mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Fix travis (#1493)
* fix travis * test 2 * goimports * Remove unused p2p config * remove unused var
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user