Skip to content
Snippets Groups Projects
Commit 685137ca authored by Demian Katz's avatar Demian Katz Committed by GitHub
Browse files

Use Travis caching to improve speed/stability of builds. (#896)

parent 3be41ae6
No related merge requests found
......@@ -14,5 +14,10 @@ before_script:
- composer install
- npm install -g eslint@"<3.0.0"
cache:
directories:
- downloads
- $HOME/.composer/cache
script:
- vendor/bin/phing phpunitfast phpcs-console php-cs-fixer-dryrun eslint
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment