From 391a3f2a9175637147ae060ca14b12554a81f1f6 Mon Sep 17 00:00:00 2001 From: GaryJones Date: Tue, 4 Dec 2012 01:28:30 +0000 Subject: [PATCH] Add travis config file --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4cde366 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: php +php: + - 5.3 + - 5.4 + +before_script: + - composer selfupdate --quiet + - composer install --dev + - vendor/phpunit/phpunit/composer/bin/phpunit + - composer update --dev + +notifications: + irc: "irc.freenode.org#garyj" \ No newline at end of file