blob: b2c806d577e1816ca0a2ee3c0295d66d187bc866 [file] [log] [blame]
Scott Bakere7144bc2019-10-01 14:16:47 -07001language: go
2
Scott Bakere7144bc2019-10-01 14:16:47 -07003go:
Scott Bakerb3a288a2019-10-02 14:57:29 -07004 - 1.8.x
Scott Bakere7144bc2019-10-01 14:16:47 -07005 - 1.9.x
6 - 1.10.x
Scott Bakere7144bc2019-10-01 14:16:47 -07007 - master
8
9matrix:
10 fast_finish: true
11 allow_failures:
12 - go: master
13
14sudo: false
15
16script:
17 - go test -v -cpu=2
18 - go test -v -cpu=2 -race