add .travis.yml

This commit is contained in:
wing328 2016-02-20 21:54:00 +08:00
parent f27d2534a6
commit 74c512453e

View File

@ -0,0 +1,10 @@
language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_install: "composer install"
script: "phpunit lib/Tests"