Use Travis CI

This commit is contained in:
Dmitriy Simushev 2014-12-12 15:26:27 +00:00
parent 1fb5ae8cd9
commit af7376405e

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm
install: composer install
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs --standard=PSR2 -n src/"