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:
|
||||
- tip
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
install: make deps
|
||||
script:
|
||||
- make integ
|
||||
|
|
Loading…
Reference in New Issue