Explorar el Código

Add recent Go versions to the test matrix.

Gustavo Niemeyer hace 7 años
padre
commit
6dcbc7a4da
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -7,6 +7,9 @@ go:
     - 1.7
     - 1.8
     - 1.9
+    - 1.10
+    - 1.11
+    - 1.12
     - tip
 
 go_import_path: gopkg.in/yaml.v2