Skip to content

Commit a059093

Browse files
committed
Cache on or off didn't matter
1 parent 1fc9810 commit a059093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
## Cache composer bits
4-
#cache:
5-
# directories:
6-
# - $HOME/.composer/cache/files
4+
cache:
5+
directories:
6+
- $HOME/.composer/cache/files
77

88
## Build matrix for lowest and highest possible targets
99
matrix:

0 commit comments

Comments
 (0)