From 1fc3d8b80d3dfbc8e4ea0b92cd1c1814cc097d1b Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 8 Sep 2019 17:05:55 +0200 Subject: [PATCH] Update PHP versions in travis file --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69359c4..fe07869 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: php sudo: false php: - - 5.6 - - 5.5 + - 7.2 + - 7.0 before_install: - export PATH="$PATH:$(composer global config bin-dir --absolute)" - composer global require "squizlabs/php_codesniffer=3.*" -- 2.20.1