diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..fc8460cf0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: php +php: + - 5.5 + - 5.4 + - hhvm + +script: phpunit --coverage-text + +notifications: + email: + - info@champs-libres.coop