Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #145 from lpabon/go15
Browse files Browse the repository at this point in the history
Add support for go 1.5
  • Loading branch information
Luis Pabón committed Aug 20, 2015
2 parents 43be9e8 + 1ba921a commit 828b116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ matrix:
env: OPTIONS="-race"
- go: 1.4.2
env: COVERAGE="true" GOTOOLS="yes"
- go: 1.5
env: OPTIONS="-race" GOTOOLS="yes"
before_script:
- if [[ "$GOTOOLS" = "yes" ]] ; then go get golang.org/x/tools/cmd/vet; fi
- if [[ "$GOTOOLS" = "yes" ]] ; then go get golang.org/x/tools/cmd/cover; fi
Expand Down

0 comments on commit 828b116

Please sign in to comment.