Skip to content

Commit

Permalink
Added travis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed May 30, 2019
1 parent 363cd5c commit 82671ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ before_script:
- cd frontend && npm i && cd ..
go:
- 1.12.x
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
script: make build-multiplatform
deploy:
provider: releases
Expand Down

0 comments on commit 82671ae

Please sign in to comment.