summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/klauspost/crc32/.travis.yml
blob: de64ae491f18ae80d2a0ee2ffdcf78d6e04f2ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go

go:
  - 1.3
  - 1.4
  - 1.5
  - 1.6
  - 1.7
  - tip

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