From 890cf6a104509eb94ac765a33d862f55e83d3912 Mon Sep 17 00:00:00 2001 From: Willem Wollebrants Date: Mon, 30 Oct 2017 20:02:29 +0100 Subject: [PATCH] let's see if we can keep 5.3 still --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ed0ae4a..a941551 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ # see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php +dist: precise # list any PHP version you want to test against php: + - 5.3 - 5.4 - 5.5 - 5.6