Skip to content

Commit

Permalink
Fix build by only testing Go >= v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barakmich committed Jun 28, 2014
1 parent 3113e11 commit 3f1db07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f1db07

Please sign in to comment.