Created
April 25, 2014 09:28
-
-
Save hatchan/11283503 to your computer and use it in GitHub Desktop.
Caching for composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: | |
steps: | |
- script: | |
name: enable composer cache | |
code: | | |
export COMPOSER_CACHE_DIR="$WERCKER_CACHE_DIR/composer" | |
mkdir -p $COMPOSER_CACHE_DIR | |
- script: | |
name: composer install | |
code: composer install --no-interaction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment