ソースを参照

Update travis

tags/v1.0.7^2
9seconds 5年前
コミット
bfeded67ee
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      .travis.yml

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

@@ -5,6 +5,7 @@ sudo: false
5 5
 dist: trusty
6 6
 
7 7
 go:
8
+  - 1.15.x
8 9
   - 1.14.x
9 10
   - 1.13.x
10 11
   - master
@@ -18,4 +19,3 @@ script:
18 19
 matrix:
19 20
   allow_failures:
20 21
     - go: master
21
-    - go: 1.14.x  # because of golangci-lint

読み込み中…
キャンセル
保存