From cf14f042750ef2eddcf554d8dce862bc39cfcea0 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 30 Apr 2012 18:35:18 -0700 Subject: [PATCH] Add Travis CI config --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..94372d9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: php +php: + - 5.3 + - 5.4 +before_install: + - git submodule update --init