Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 19, 2019
1 parent 812cac3 commit df0a3d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ env:
- GOOS=windows
- GOARCH=386

before_install:
- export PATH=${GOPATH}/bin:${GOPATH}/bin/windows_386:${GOROOT}/bin:${PATH}

install:
- curl -fsS -o go${GOVERSION}.windows-amd64.zip https://storage.googleapis.com/golang/go${GOVERSION}.windows-amd64.zip
- 7z x go${GOVERSION}.windows-amd64.zip -y -o/c/
Expand Down

0 comments on commit df0a3d9

Please sign in to comment.