From 6c166b78a9f932f838514e21f8c2d23dd149a3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 18 Oct 2012 09:05:47 +0200 Subject: [PATCH] Add Travis CI configuration --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..cc85e1c3da --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: php +php: + - "5.4" + - "5.3" +script: phpunit --configuration phpunit.xml.dist