added travis ci

This commit is contained in:
denisdulici
2018-10-01 10:58:46 +03:00
parent 0393027571
commit 1879025813

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: php
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
before_script:
- composer self-update
- composer install --no-interaction
script:
- vendor/bin/phpunit