Skip to content

Commit

Permalink
Merge pull request #879 from andyone/travis-improvements
Browse files Browse the repository at this point in the history
Improved Travis CI config
  • Loading branch information
DisposaBoy committed Nov 6, 2018
2 parents c5646a2 + 8760e99 commit 4e31abc
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
sudo: false

language: go

go:
- 1.8
- 1.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip

matrix:
fast_finish: true
allow_failures:
- go: tip

install: true

script:
- env GOPATH=$PWD go install -v gosublime/cmd/margo

0 comments on commit 4e31abc

Please sign in to comment.