Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
Use new travix infrastructure with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 17, 2015
1 parent 562b07d commit 4d05eef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,3 +1,7 @@
sudo: false
cache:
directories:
- $HOME/.composer/cache/files
language: php
php:
- 5.3
Expand All @@ -8,7 +12,7 @@ php:
before_install:
- composer require satooshi/php-coveralls --no-update
install:
- composer install --prefer-source
- composer install
script:
- phpunit --coverage-clover build/logs/clover.xml
after_success:
Expand Down

0 comments on commit 4d05eef

Please sign in to comment.