Skip to content

Commit

Permalink
Change cached directories owner to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv committed Aug 15, 2019
1 parent 47958b4 commit acb778a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
script:
- make docs
- stage: test
install:
- make go-mod-download
before_script:
- make start-kind
script:
- make go-mod-download
- make build
- make test
before_cache:
- sudo chown -R travis:travis ./.go
after_script:
- make stop-kind

0 comments on commit acb778a

Please sign in to comment.