summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-03-18 20:37:45 +0000
committerAndres Rey <[email protected]>2018-03-18 20:37:45 +0000
commit094aba5d32f24aaafcc6769b31fca4b7166ae994 (patch)
tree29883797fc1edda70e75af5b3c2e71d6bc74747e /.travis.yml
parent1a807237eab8251b4c964b1fe73a6e1720a650f0 (diff)
parent83d73c8c9bee58a8c35282904c5a0825eb59f997 (diff)
Merge remote-tracking branch 'origin/development' into development
# Conflicts: # CHANGELOG.md # composer.json
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 18105c7..e39184e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,10 @@ php:
- "7.1"
- "7.2"
+script:
+ - ./vendor/bin/phpunit --coverage-clover ./test/clover.xml
+
+after_script:
+ - php ./vendor/php-coveralls/php-coveralls/bin/php-coveralls -v
+
sudo: false \ No newline at end of file