Fix PHP7.0 builds failing due to cache

This commit is contained in:
Dane Everitt 2017-08-04 19:22:56 -05:00
parent 275c01bc37
commit 4391defb9f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 100 additions and 99 deletions

View file

@ -4,9 +4,10 @@ php:
- '7.0'
- '7.1'
sudo: false
cache:
directories:
- $HOME/.composer/cache
cache: false
#cache:
# directories:
# - $HOME/.composer/cache
services:
- mysql
before_install: