ソースを参照

Use wildcard versions for Go in Travis config.

So that the latest patch version is tested.
Alexey Alexandrov 8 年 前
コミット
0393acfee7
共有1 個のファイルを変更した2 個の追加3 個の削除を含む
  1. 2
    3
      .travis.yml

+ 2
- 3
.travis.yml ファイルの表示

@@ -1,6 +1,5 @@
1
-
2 1
 language: go
3 2
 go:
4
-  - 1.6
5
-  - 1.7
3
+  - 1.6.x
4
+  - 1.7.x
6 5
   - 1.8.x