Skip to content

Commit

Permalink
Use new name for the linter’s cache (#3894)
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot authored Apr 1, 2020
1 parent bae0da9 commit e25d6d7
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 @@ -16,12 +16,12 @@ jobs:
- os: linux
name: "checks"
env:
- STATICCHECK_CACHE=$HOME/linting
- GOLANGCI_LINT_CACHE=$HOME/linting
script:
- make checks
cache:
directories:
- $STATICCHECK_CACHE
- $GOLANGCI_LINT_CACHE
- $HOME/.cache/go-build
- os: linux
name: "Linux unit"
Expand Down

0 comments on commit e25d6d7

Please sign in to comment.