mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-16 14:16:29 +08:00
Update travis again
This commit is contained in:
parent
944f401109
commit
e63a9d018a
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ matrix:
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/mattn/go-isatty # needed for progress bar in windows
|
- 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/inconshreveable/mousetrap # needed for windows builds
|
||||||
|
- go get github.com/shurcooL/vfsgen # needed for go generate
|
||||||
- sudo apt install gcc-mingw-w64
|
- sudo apt install gcc-mingw-w64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue