diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b36fdd9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: php + +php: + - 7 + - 5.6 + +script: + - php vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text + +before_script: + - composer install \ No newline at end of file