Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nicoSWD/php-rule-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Oelgart committed Oct 13, 2017
2 parents 330b738 + 15a795a commit 8256a10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ php:
- 7.0
- 7.1

script: phpunit --coverage-clover=coverage.clover
script:
- composer install --dev
- php vendor/bin/phpunit --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 8256a10

Please sign in to comment.