From 78cad3964c9652e24d4e4fcf398b83d0a58b9fa1 Mon Sep 17 00:00:00 2001 From: Emanuil <4thmail@gmail.com> Date: Mon, 22 Jul 2013 23:59:51 +0300 Subject: [PATCH] add .travis.yml 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..50731cb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: php + +php: + - 5.3 + - 5.4 +