Skip to content

Commit f4d8b55

Browse files
committed
Add composer caching in travis
1 parent aff7bdd commit f4d8b55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ script:
2525
after_script:
2626
- cat /opt/easyengine/ee.log
2727

28+
cache:
29+
directories:
30+
- $HOME/.composer/cache
31+
2832
notifications:
2933
email:
3034
on_success: never

0 commit comments

Comments
 (0)