Add cache

This commit is contained in:
Barry vd. Heuvel
2016-06-08 22:23:10 +02:00
parent cf4fcd810c
commit 091f78508c
+5
View File
@@ -10,6 +10,11 @@ php:
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
## Cache composer
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.5