Skip to content

Commit

Permalink
Change to trigger travis build
Browse files Browse the repository at this point in the history
Also test reasonable version matrix.
  • Loading branch information
kortschak committed Mar 20, 2015
1 parent ee04404 commit 0aa0b83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: go
go: 1.2
go:
- 1.2
- 1.3.3
- 1.4.2
- tip
install:
- go get -v golang.org/x/tools/cmd/cover
script:
Expand Down

0 comments on commit 0aa0b83

Please sign in to comment.