This website works better with JavaScript.
Home
Explore
Help
Sign In
ei
/
mtg
mirror of
https://github.com/9seconds/mtg
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
48
Wiki
Activity
Browse Source
Add Golang 1.12 to TravisCI
tags/0.16
Evgeniy Kulikov
7 years ago
parent
b565d83d40
commit
fba0e235c1
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save