From 624df4d144d3080c4cea373042b8ff828ef1891b Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 4 Apr 2012 00:29:44 +0200 Subject: [PATCH] Creating Travis-CI configuration --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..ad27a5e36bb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: php + +php: + - 5.3 + - 5.4 + +before_install: cp .travis/TestConfiguration.php tests/TestConfiguration.php + +script: ./.travis/run-tests.sh