瀏覽代碼

Add recent Go versions to the test matrix.

Gustavo Niemeyer 7 年之前
父節點
當前提交
6dcbc7a4da
共有 1 個文件被更改,包括 3 次插入0 次删除
  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