Skip to content

Commit

Permalink
Improved Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 5, 2018
1 parent c5646a2 commit 8760e99
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 8760e99

Please sign in to comment.