Skip to content

Commit

Permalink
Specify point versions in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Sep 10, 2015
1 parent 6b9002d commit 56c6106
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: go
script: "./test.sh"
sudo: false
go:
- 1.2
- 1.3
- 1.4.1
- 1.5
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
- tip
before_install:
- go get github.com/axw/gocov/gocov
Expand Down

0 comments on commit 56c6106

Please sign in to comment.