We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666dcfe commit cfda48dCopy full SHA for cfda48d
.travis.yml
@@ -5,11 +5,15 @@ services:
5
6
env:
7
global:
8
- - MEMCACHE_HOST=127.0.0.1
+ - MEMCACHE_HOST=127.0.0.1
9
- MEMCACHE_PORT=11211
10
11
sudo: false
12
13
+cache:
14
+ directories:
15
+ - $HOME/.composer/cache
16
+
17
php:
18
# Can't test against 5.2; openssl is not available:
19
# http://docs.travis-ci.com/user/languages/php/#PHP-installation
0 commit comments