Skip to content

Commit

Permalink
[ci] remove gzip installation in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 23, 2019
1 parent 33dc1c2 commit 3a86160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ matrix:
os: windows
install:
- choco install make -y
- choco install unzip -y
#- choco install unzip -y
- travis_wait 50 make install-deps-Windows
- make install-linters
- make install-coveralls
script:
- ls $GOPATH/src/github.com/therecipe/qt
- make build-Windows-travis
- make test
- make build-icon
#- make build-icon
- make lint
- make test-cover-travis
- stage: MacOS
Expand Down

0 comments on commit 3a86160

Please sign in to comment.