From 6aceee36e5c1bb548b0f0f23ee3b51bd325c3a7f Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 11 Jul 2016 18:27:39 +0200 Subject: Prepare for unit testing. --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4369807 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: php + +php: + - 5.3 + - 5.4 + - 5.5 + - 5.6 + - 7.0 + - hhvm -- cgit v1.2.3