From 7d1aa28087866c1bd3f7ab1902f279b20b4cd6d6 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 30 Dec 2012 21:31:19 +0000 Subject: [PATCH] Added .travis.yml --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..133c78b8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php + +php: + - 5.3 + - 5.4 + +script: phpunit --coverage-text --configuration build/phpunit.xml \ No newline at end of file