From bb0cee2a05c4c5c5e972af4b95132282e3f93c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 7 Oct 2014 00:35:29 +0200 Subject: [PATCH] add travis --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml 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