Fix PHP7.0 builds failing due to cache
This commit is contained in:
parent
275c01bc37
commit
4391defb9f
3 changed files with 100 additions and 99 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue