Fix build by only testing Go >= v1.2

This commit is contained in:
Barak Michener 2014-06-28 15:54:37 -04:00
parent 3113e11344
commit 3f1db07422

View file

@ -1,5 +1,10 @@
language: go
go:
- 1.2
- 1.3
- tip
install:
- go get github.com/jacobsa/ogletest
- go get github.com/jacobsa/oglematchers