Skip to content

Commit

Permalink
Merge pull request #299 from libotony/win-ci
Browse files Browse the repository at this point in the history
try setup windows in travis
  • Loading branch information
qianbin authored Sep 3, 2019
2 parents 35257dc + 70399ce commit 7a4df51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ matrix:
go: 1.12.x
- os: osx
go: 1.12.x
- os: windows
go: 1.12.x
before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install -y make; choco install -y mingw; export PATH=/c/tools/mingw64/bin:"$PATH"; fi
install:
- make dep
script:
Expand Down

0 comments on commit 7a4df51

Please sign in to comment.