* [ADD] Travis CI

This commit is contained in:
nuxsmin
2018-07-23 11:10:12 +02:00
committed by Rubén D
parent 206c0ff7ab
commit 2e8f8d77f0

18
.travis.yml Normal file
View File

@@ -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