aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pierrec/lz4/v4/.travis.yml
blob: 4a9819e03a1301df2b49a2a6d3fcc76ed3276c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: go

env:
  - GO111MODULE=off

go:
  - 1.13.x
  - 1.14.x

matrix:
 fast_finish: true

sudo: false

script: 
 - go test -v -cpu=2
 - go test -v -cpu=2 -race
 - go test -v -cpu=2 -tags noasm
 - go test -v -cpu=2 -race -tags noasm