Skip to content

Commit

Permalink
Merge pull request #16 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Updated target go versions
  • Loading branch information
andyone committed Jan 15, 2016
2 parents 3d1dda5 + 6bb6810 commit 191c972
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: go

go:
- 1.4.2
- 1.5.2
- 1.4.3
- 1.5.3
- tip

sudo: false
Expand All @@ -15,7 +16,8 @@ env:
- EK_TEST_PORT=8080

before_install:
- go get pkg.re/check.v1
- go get -v golang.org/x/tools/cmd/cover
- go get -v pkg.re/check.v1

script:
- .travis/script.sh .
Expand Down

0 comments on commit 191c972

Please sign in to comment.