Only build pushes to master and PR's on travis

pull/708/head
Ryan Uber 10 years ago
parent 7a71843f30
commit 578a4fd9cc

@ -3,6 +3,10 @@ language: go
go:
- tip
branches:
only:
- master
install: make deps
script:
- make integ

Loading…
Cancel
Save