Update travis again

This commit is contained in:
Radhi Fadlillah 2018-06-08 12:26:48 +07:00
parent 944f401109
commit e63a9d018a

View file

@ -9,6 +9,7 @@ matrix:
before_install:
- go get github.com/mattn/go-isatty # needed for progress bar in windows
- go get github.com/inconshreveable/mousetrap # needed for windows builds
- go get github.com/shurcooL/vfsgen # needed for go generate
- sudo apt install gcc-mingw-w64
install: