diff --git a/.travis.yml b/.travis.yml index 9333ff7..1fe29b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,11 @@ language: php + +sudo: false + +cache: + directories: + - $HOME/.composer/cache + php: - 5.5 - 5.6 @@ -19,4 +26,4 @@ after_script: if [ $TRAVIS_PHP_VERSION = '5.6' ]; then wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover coverage.xml - fi \ No newline at end of file + fi