Browse Source

Add Golang 1.12 to TravisCI

tags/0.16
Evgeniy Kulikov 7 years ago
parent
commit
fba0e235c1
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -6,6 +6,7 @@ dist: trusty
6 6
 
7 7
 go:
8 8
   - "1.11.x"
9
+  - 1.12.x
9 10
   - master
10 11
 
11 12
 before_script: make prepare

Loading…
Cancel
Save