Create .travis.yml

This commit is contained in:
Oliver Davies 2019-05-21 12:39:40 +01:00
parent 9541843a68
commit 2f5edc8437

17
.travis.yml Normal file
View file

@ -0,0 +1,17 @@
language: php
php:
- 7.1
- 7.2
- 7.3
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- composer install --dev --prefer-source --no-interaction
script:
- composer test