Skip to content

Commit

Permalink
Only build pushes to master and PR's on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuber committed Feb 17, 2015
1 parent 7a71843 commit 578a4fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ language: go
go:
- tip

branches:
only:
- master

install: make deps
script:
- make integ
Expand Down

0 comments on commit 578a4fd

Please sign in to comment.