forked from Mirrors/jsonapi
add a go for travis ci to build with
This commit is contained in:
parent
4eef9a091e
commit
fd92bd51ba
|
@ -1,5 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.4
|
||||||
|
- 1.5.1
|
||||||
- tip
|
- tip
|
||||||
script: go test -v .
|
script: go test -v .
|
||||||
|
|
Loading…
Reference in New Issue