mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
@@ -7,8 +7,10 @@ matrix:
|
|||||||
go: 1.11.x
|
go: 1.11.x
|
||||||
env:
|
env:
|
||||||
- lint
|
- lint
|
||||||
|
install:
|
||||||
|
- go get ${gobuild_args} -t ./...
|
||||||
script:
|
script:
|
||||||
- go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./...
|
- go get ${gobuild_args} github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./...
|
||||||
email: false
|
email: false
|
||||||
after_success:
|
after_success:
|
||||||
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
|
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user