Skip to content

Commit

Permalink
fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Mar 21, 2019
1 parent aadd263 commit c713518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,7 @@

language: php
php:
- "7.3"
- "7.2"
- "7.1"
- "7.0"
Expand All @@ -16,6 +17,6 @@ before_install:
install: sh travis.sh
script:
- cd _test
- phpunit --configuration=../lib/plugins/gdpr/phpunit.xml --group plugin_gdpr --coverage-clover=coverage.clover
- ./phpunit.phar --configuration=../lib/plugins/gdpr/phpunit.xml --group plugin_gdpr --coverage-clover=coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover --repository=g/$TRAVIS_REPO_SLUG --revision=$TRAVIS_COMMIT

0 comments on commit c713518

Please sign in to comment.