From e199b7f6191ebd5a10053b6accc83fbd8601bed2 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Tue, 30 Oct 2018 19:24:12 +0100 Subject: [PATCH] Implemented missing php tag --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f884207..c3c9c81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: php +php: - 5.3 - 5.4 - 5.5