Browse Source

Adds -race and go 1.12

keep-around/cb643472eeeaf06badf6fa4cc3e1df4aed625912
Kris Kwiatkowski 5 years ago
parent
commit
12f7b294ba
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml View File

@@ -6,9 +6,10 @@ services:


go: go:
- 1.11.x - 1.11.x
- 1.12.x


matrix: matrix:
fast_finish: true fast_finish: true


script: script:
- go test -v -run=.
- go test -v -race -run=.

Loading…
Cancel
Save