Skip to content

Commit

Permalink
Merge branch 'phpunit'
Browse files Browse the repository at this point in the history
  • Loading branch information
jky-yy committed Jul 6, 2019
2 parents c1e09dc + 2aaca67 commit 09e1d70
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ install:
- composer install

script:
- composer test
- composer test
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v

0 comments on commit 09e1d70

Please sign in to comment.