diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..de01dd00 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +language: php + +sudo: false + +php: + - '7.0' + - '7.1' + - '7.2' + +before_script: + - composer self-update + - composer install --prefer-source --no-interaction --dev + +script: phpunit --bootstrap test/bootstrap.php + +notifications: + on_success: never + on_failure: always \ No newline at end of file