Added cost and tests

This commit is contained in:
Josh Sherman 2014-09-23 22:15:20 -04:00
parent fdf5fee3e2
commit 12da3102f9
5 changed files with 150 additions and 0 deletions

27
.travis.yml Normal file
View file

@ -0,0 +1,27 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm-nightly
install:
- composer install
before_script:
- mkdir -p build/logs
- cd tests
script:
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-googleprofanity/build/logs/clover.xml .
after_success:
- php ../vendor/bin/coveralls --config ../.coveralls.yml -v