From d0e730ddfe2f430a3965151789c0e14b9d9848ae Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Mon, 30 Jan 2012 23:17:21 -0500 Subject: [PATCH] Travis CI Added config file for travis-ci.org --- .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 0000000..e7263f6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php +php: + - 5.3 +before_script: + - wget --quiet http://getcomposer.org/composer.phar + - php composer.phar install +script: phpunit