diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1b021fc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: php + +php: + - '5.5' + - '5.6' + - '7.0' + - '7.1' + - hhvm + - nightly + +before_script: composer install + +script: phpunit --configuration phpunit.xml.dist