We use cookies to ensure you get the best experience on our website
Unknwon
7 years ago
1 changed files with
4 additions and
3 deletions
-
4
3
.travis.yml
|
@@ -1,8 +1,9 @@
|
|
language: go
|
|
language: go
|
|
go:
|
|
go:
|
|
- - 1.6
|
|
|
|
- - 1.7
|
|
|
|
- - 1.8
|
|
|
|
|
|
+ - 1.6.x
|
|
|
|
+ - 1.7.x
|
|
|
|
+ - 1.8.x
|
|
|
|
+ - 1.9.x
|
|
- master
|
|
- master
|
|
|
|
|
|
before_install:
|
|
before_install:
|