Create .travis.yml

This commit is contained in:
Oliver Davies 2019-02-14 02:51:31 +00:00
parent a564aa85fa
commit ac5a8323c6

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: php
php:
- 7.1
- 7.2
before_script:
- composer install --dev --prefer-source --no-interaction
script:
- vendor/bin/phpunit