From d71d7f3496f22d272a61cff851c32ae5ebcf219b Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 24 May 2012 02:20:15 +0200 Subject: [PATCH] [feature/phpunit] Add configuration file for travis-ci.org --- .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 00000000..ff3b3497 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: php + +php: + - 5.2 + - 5.3 + - 5.4 + +script: + - phpunit