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 7a71843f30
commit 578a4fd9cc
1 changed files with 4 additions and 0 deletions

View File

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