Browse Source

lz4: add tests for n-2 Go versions

Sebastien Binet 7 years ago
parent
commit
7ad459305a
1 changed files with 12 additions and 2 deletions
  1. 12 2
      .travis.yml

+ 12 - 2
.travis.yml

@@ -1,8 +1,18 @@
 language: go
 
 go:
-  - 1.x
+  - 1.8.x
+  - 1.9.x
+  - 1.10.x
+  - master
+
+matrix:
+ fast_finish: true
+ allow_failures:
+   - go: master
+
+sudo: false
 
 script: 
  - go test -v -cpu=2
- - go test -v -cpu=2 -race
+ - go test -v -cpu=2 -race