adding support for Travis CI

This commit is contained in:
El RIDO 2016-05-22 17:09:00 +02:00
parent 1625aac798
commit 67133ec090

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
script:
- cd tst && phpunit