Only build pushes to master and PR's on travis
This commit is contained in:
parent
79c080f2b1
commit
6358f7d9a6
|
@ -3,6 +3,10 @@ language: go
|
||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
install: make deps
|
install: make deps
|
||||||
script:
|
script:
|
||||||
- make integ
|
- make integ
|
||||||
|
|
Loading…
Reference in New Issue