Only build pushes to master and PR's on travis

This commit is contained in:
Ryan Uber 2015-02-17 12:33:08 -08:00
parent 79c080f2b1
commit 6358f7d9a6
1 changed files with 4 additions and 0 deletions

View File

@ -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