Skip to content

Commit

Permalink
Merge pull request #428 from Shopify/travis-tweaks
Browse files Browse the repository at this point in the history
Tweak travis config
  • Loading branch information
eapache committed Apr 16, 2015
2 parents 795f373 + 1cb2754 commit 3b52e6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: go
go:
- 1.3.3
- 1.4.2
- tip

env:
global:
Expand Down Expand Up @@ -32,7 +31,11 @@ script:
- make fmt

matrix:
include:
- go: tip
env: KAFKA_VERSION=0.8.2.1
allow_failures:
- go: tip
fast_finish: true

sudo: false

0 comments on commit 3b52e6b

Please sign in to comment.