Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9233148

Browse files
committed
Enable Travis CI caching
This reverts commit 82a1229.
1 parent 82a1229 commit 9233148

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ matrix:
3838
- os: osx
3939
env: ARCH="x86_64"
4040
osx_image: xcode8
41-
# cache:
42-
# directories:
43-
# - $TRAVIS_BUILD_DIR/deps/srccache
44-
# - $TRAVIS_BUILD_DIR/deps/scratch
45-
# - $TRAVIS_BUILD_DIR/deps/usr-staging
41+
cache:
42+
directories:
43+
- $TRAVIS_BUILD_DIR/deps/srccache
44+
- $TRAVIS_BUILD_DIR/deps/scratch
45+
- $TRAVIS_BUILD_DIR/deps/usr-staging
4646
branches:
4747
only:
4848
- master

0 commit comments

Comments
 (0)