Parcourir la source

Update Travis configuration.

Jan Schlicht il y a 8 ans
Parent
commit
ca1e14ffbd
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -1,7 +1,7 @@
 language: go
 
 go:
-  - 1.1
-  - 1.2
-  - 1.3
-  - tip
+  - "1.x"
+  - "1.1"
+  - "1.4"
+  - "1.10"