Only test the master branch (and PRs)

This commit is contained in:
Seth Vargo 2015-01-22 15:57:01 -05:00
parent 100270378b
commit a61c409fd2
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ script:
- go test ./...
#- go test -race ./...
branches:
only:
- master
matrix:
fast_finish: true
allow_failures: