adding support for Travis CI
This commit is contained in:
parent
1625aac798
commit
67133ec090
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: php
|
||||
sudo: false
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
script:
|
||||
- cd tst && phpunit
|
Loading…
Reference in a new issue