Skip to content

Commit e32f4e5

Browse files
committed
Issue #1 Restore phpunit scripts
1 parent 03fc022 commit e32f4e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ matrix:
1313

1414
before_script:
1515
- composer install -n --dev --prefer-source
16-
- wget -O phpunit https://phar.phpunit.de/phpunit-5.phar
17-
- chmod +x phpunit
16+
#- wget -O phpunit https://phar.phpunit.de/phpunit-5.phar
17+
#- chmod +x phpunit
1818

1919
script:
2020
- vendor/bin/phpcs --standard=PSR2 src
21-
#- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
22-
- phpunit --coverage-text --coverage-clover=coverage.clover
21+
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
22+
#- phpunit --coverage-text --coverage-clover=coverage.clover
2323

2424
after_script:
2525
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)