diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..220f879 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: php +php: + - 5.6 + - 7.1 + - 7.2 + +branches: + only: + - master + +install: + - composer install --prefer-source + +script: + - ./vendor/bin/phpunit -c phpunit.xml.dist