From 61abe7131404879b3e808a6fad371be32644c95b Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Sun, 28 Jul 2019 10:27:10 +0200 Subject: [PATCH] Add more php versions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c1f01697..81af0556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ install: script: ant build-ci language: php php: + - '5.6' - '7.0' - '7.1' + - '7.2' after_failure: "cat /tmp/icehrm.test.log"