Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Update Travis to test against Go 1.4.3 and Go 1.5.2 as these are the …
Browse files Browse the repository at this point in the history
…latest stable releases in the 1.4.x and 1.5.x.
  • Loading branch information
geauxvirtual committed Jan 14, 2016
1 parent 28d56bd commit d6ccb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: go
go:
- 1.4.2
- 1.5
- 1.4.3
- 1.5.2
before_install:
- go get github.com/tools/godep
- go get github.com/axw/gocov/gocov
Expand Down

0 comments on commit d6ccb15

Please sign in to comment.