Browse Source

Update travis

tags/v1.0.7^2
9seconds 5 years ago
parent
commit
bfeded67ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

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

Loading…
Cancel
Save