diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..50703ad51 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: php +php: + - 5.5 + - 5.6 + - 7.0 + - 7.1 +env: + - COMPOSER_OPTS="" + - COMPOSER_OPTS="--prefer-lowest" +before_script: + - composer self-update + - composer update --no-interaction $COMPOSER_OPTS +script: + - vendor/bin/phpunit tests --coverage-text