Merge pull request #550 from runcom/test-go-1-7
.travis.yml: add go 1.7.x
This commit is contained in:
commit
3f4989051e
@ -12,6 +12,7 @@ go:
|
||||
- 1.4.2
|
||||
- 1.5.x
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- master
|
||||
|
||||
matrix:
|
||||
@ -20,6 +21,8 @@ matrix:
|
||||
include:
|
||||
- go: 1.6.x
|
||||
os: osx
|
||||
- go: 1.7.x
|
||||
os: osx
|
||||
|
||||
before_script:
|
||||
- go get github.com/urfave/gfmrun/... || true
|
||||
|
Loading…
Reference in New Issue
Block a user