mirror of https://github.com/status-im/consul.git
Only build pushes to master and PR's on travis
This commit is contained in:
parent
7a71843f30
commit
578a4fd9cc
|
@ -3,6 +3,10 @@ language: go
|
|||
go:
|
||||
- tip
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
install: make deps
|
||||
script:
|
||||
- make integ
|
||||
|
|
Loading…
Reference in New Issue