Explorar el Código

Remove old go, add more go

Mathieu Lecarme hace 7 años
padre
commit
fb8a4b062e
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -1,10 +1,9 @@
 language: go
 sudo: false
 go:
-  - 1.7
-  - 1.8
   - 1.9
   - 1.10.x
+  - 1.11.x
   - master
 
 install: