diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f56de5d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +language: php + +php: + - 7.0 + - 7.1 + +install: + - composer install + +notifications: + email: + recipients: + - alk03073135@gmail.com + on_success: always + on_failure: always + +script: + - vendor/bin/phpunit --coverage-clover=coverage.xml + +after_success: + - bash <(curl -s https://codecov.io/bash) -t 8436848f-9a99-4b49-be60-629d7ff9a62c \ No newline at end of file