Enhancement: Cache dependencies installed with composer on Travis (#215)

This commit is contained in:
Andreas Möller 2018-01-31 21:50:26 +01:00 committed by Arkadiusz Kondas
parent e318921076
commit 8daed2484d
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,10 @@ matrix:
- _OSX=10.11
- _PHP: php71
cache:
directories:
- $HOME/.composer/cache
before_install:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash bin/prepare_osx_env.sh ; fi
- if [[ $DISABLE_XDEBUG == "true" ]]; then phpenv config-rm xdebug.ini; fi

View File

@ -29,6 +29,7 @@
"symplify/easy-coding-standard": "^3.1"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"autoload": {