File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - 5.4
55 - 5.5
66 - 5.6
7- - 7.0
87 - hhvm
8+ - 5.4
99
1010# This triggers builds to run on the new TravisCI infrastructure.
1111# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
1212sudo : false
1313
1414matrix :
1515 allow_failures :
16- - php : 5.4
16+ - php : 7.0
1717 include :
1818 - php : 5.4
1919 env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
@@ -24,7 +24,8 @@ before_script:
2424 - composer dump-autoload -o
2525
2626script :
27- - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover --verbose
27+ - cd tests
28+ - ../vendor/bin/phpunit . --coverage-text --coverage-clover=coverage.clover --verbose
2829
2930after_script :
3031 - if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
You can’t perform that action at this time.
0 commit comments