Skip to content

Commit 9b6ef01

Browse files
committed
Cache build directory
1 parent 1ccf2c5 commit 9b6ef01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
cache:
1616
directories:
1717
- ./vendor
18-
- /home/travis/.cache/go-build
18+
- $HOME/.cache/go-build
1919
script:
2020
- ./scripts/coverage.bash
2121
after_success:

0 commit comments

Comments
 (0)