Skip to content

Commit

Permalink
add windows support (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates authored Nov 9, 2018
1 parent 57b7dec commit e445405
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,30 @@ sudo: false

matrix:
include:
- go: "1.9.x"
- go: "1.10.x"
- go: "1.11.x"
- os: linux
go: "1.9.x"
- os: windows
go: "1.9.x"
- os: linux
go: "1.10.x"
- os: windows
go: "1.10.x"
- os: linux
go: "1.11.x"
env:
- GO111MODULE=off
- go: "1.11.x"
env:
- GO111MODULE=on
- go: "tip"
- os: windows
go: "1.11.x"
env:
- GO111MODULE=off
- go: "tip"
- os: linux
go: "1.11.x"
env:
- GO111MODULE=on
- os: windows
go: "1.11.x"
env:
- GO111MODULE=on
allow_failures:
- go: "tip"

install: make deps

Expand Down

0 comments on commit e445405

Please sign in to comment.