Skip to content

Commit

Permalink
Fix cache on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadido3 committed Jul 13, 2019
1 parent 57f74b0 commit 6bb0f94
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ matrix:
- go test
- go build
before_deploy: ./scripts/pack_windows.x86-64.bat
cache:
directories:
- $HOME/AppData/Local/go-build
- $HOME/gopath/pkg/mod
- os: linux
script:
- xvfb-run go test
Expand All @@ -23,14 +27,13 @@ matrix:
- xvfb
- libgtk-3-dev
before_deploy: ./scripts/pack_linux.x86-64.sh
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod

install: true

cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod

deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 6bb0f94

Please sign in to comment.