Browse Source

updated travis.yml

Pierre CURTO 8 years ago
parent
commit
be9203377d
1 changed files with 3 additions and 4 deletions
  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