Fix build by only testing Go >= v1.2
This commit is contained in:
parent
3113e11344
commit
3f1db07422
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.2
|
||||||
|
- 1.3
|
||||||
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/jacobsa/ogletest
|
- go get github.com/jacobsa/ogletest
|
||||||
- go get github.com/jacobsa/oglematchers
|
- go get github.com/jacobsa/oglematchers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue