forked from Mirrors/jsonapi
Add go 1.10 to .travis.yml (#131)
This commit is contained in:
parent
bf4e01db8d
commit
1ac83a4625
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- tip
|
||||
script: script/test -v
|
||||
|
|
Loading…
Reference in New Issue