Skip to content

Commit

Permalink
travis.yml: add all travis versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-equinox committed Mar 19, 2019
1 parent 5205c98 commit 2484df7
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
language: go
go:
- "1.4"
- "1.5"
- "1.7"
- "1.9"
- "1.10"
- "1.11"
- "tip"
- "1.4.x"
- "1.5.x"
- "1.6.x"
- "1.7.x"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "master"
matrix:
allow_failures:
- go: tip
- go: master
script: go test -v github.com/equinox-io/equinox github.com/equinox-io/equinox/proto

0 comments on commit 2484df7

Please sign in to comment.