File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed
Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 44* .bak
55.idea /
66coverage.clover
7+ composer.lock
8+ vendor /
Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.3
4+ php :
55 - 5.4
66 - 5.5
77 - 5.6
88 - 7.0
99 - 7.1
10- - hhvm
10+ - 7.2
11+ - nightly
12+
13+ install :
14+ - composer install
1115
1216script :
13- - phpunit --configuration tests/phpunit.xml --coverage-clover=coverage.clover
17+ - vendor/bin/ phpunit --configuration tests/phpunit.xml --coverage-clover=coverage.clover
1418
1519after_script :
16- - if [ "$TRAVIS_PHP_VERSION" != "7.1" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm " ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
17- - if [ "$TRAVIS_PHP_VERSION" != "7.1" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm " ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
20+ - if [ "$TRAVIS_PHP_VERSION" != "nightly " ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
21+ - if [ "$TRAVIS_PHP_VERSION" != "nightly " ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
1822
1923matrix :
24+ include :
25+ - php : 5.3
26+ dist : precise
2027 allow_failures :
21- - php : 7.1
22- - php : hhvm
28+ - php : nightly
Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "php" : " >=5.3.0"
21+ "php" : " >=5.3.0" ,
22+ "smarty/smarty" : " ^3.1"
23+ },
24+ "require-dev" : {
25+ "phpunit/phpunit" : " 4.8.*|5.*"
2226 },
2327 "autoload" : {
2428 "psr-4" : {
You can’t perform that action at this time.
0 commit comments