Skip to content

Commit 8256a10

Browse files
author
Nicolas Oelgart
committed
Merge branch 'master' of github.com:nicoSWD/php-rule-parser
2 parents 330b738 + 15a795a commit 8256a10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ php:
44
- 7.0
55
- 7.1
66

7-
script: phpunit --coverage-clover=coverage.clover
7+
script:
8+
- composer install --dev
9+
- php vendor/bin/phpunit --coverage-clover=coverage.clover
810

911
after_script:
1012
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)