Skip to content

Commit

Permalink
Merge pull request phpDocumentor#2 from stof/patch-2
Browse files Browse the repository at this point in the history
Use the Travis cache to persist the composer cache
  • Loading branch information
mvriel committed Jun 12, 2015
2 parents 600cea7 + 9b048fa commit b141e98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly

cache:
directories:
- $HOME/.composer/cache

script:
- vendor/bin/phpunit --coverage-clover=coverage.clover

before_script:
- composer install --no-interaction --prefer-source --dev
- composer install --no-interaction

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit b141e98

Please sign in to comment.