Only test the master branch (and PRs)
This commit is contained in:
parent
100270378b
commit
a61c409fd2
|
@ -12,6 +12,10 @@ script:
|
|||
- go test ./...
|
||||
#- go test -race ./...
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
|
|
Loading…
Reference in New Issue