mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
parent
2ae40ba904
commit
43357293cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user