Skip to content

Commit

Permalink
Merge pull request #13 from essentialkaos/develop
Browse files Browse the repository at this point in the history
TravisCI config improved
  • Loading branch information
andyone authored Sep 16, 2016
2 parents 47244df + 705678d commit 685c678
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
sudo: false

language: go

go:
- 1.6.3
- 1.7.1
- tip

branches:
only:
- master
- develop

os:
- linux
- osx

sudo: false
matrix:
fast_finish: true
allow_failures:
- go: tip

before_install:
- go get -v pkg.re/essentialkaos/ek.v3
Expand Down

0 comments on commit 685c678

Please sign in to comment.