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 ./...
|
||||||
#- go test -race ./...
|
#- go test -race ./...
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in New Issue