Explorar o código

updated travis.yml

Pierre CURTO %!s(int64=8) %!d(string=hai) anos
pai
achega
be9203377d
Modificáronse 1 ficheiros con 3 adicións e 4 borrados
  1. 3 4
      .travis.yml

+ 3 - 4
.travis.yml

@@ -1,9 +1,8 @@
 language: go
 
 go:
-  - 1.4
-  - 1.5
+  - 1.x
 
 script: 
- - go test -cpu=2
- - go test -cpu=2 -race
+ - go test -v -cpu=2
+ - go test -v -cpu=2 -race