From cb91d595fb6ec732379c4ee331da8ee305c429b9 Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Sun, 26 Jan 2014 15:32:04 +0100 Subject: [PATCH] Adding travis configuration. --- .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 00000000..4cec1a02 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php + +php: + - 5.3.3 + - 5.3 + - 5.4 + - 5.5 \ No newline at end of file