Sfoglia il codice sorgente

lz4: enable tests with and w/o modules

Sebastien Binet 7 anni fa
parent
commit
0032ab81f7
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -1,5 +1,9 @@
 language: go
 language: go
 
 
+env:
+  - GO111MODULE=off
+  - GO111MODULE=on
+
 go:
 go:
   - 1.9.x
   - 1.9.x
   - 1.10.x
   - 1.10.x