From: Matthias Schmidt Date: Sun, 8 Sep 2019 15:05:55 +0000 (+0200) Subject: Update PHP versions in travis file X-Git-Tag: 5.2.0_Beta_2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1fc3d8b80d3dfbc8e4ea0b92cd1c1814cc097d1b;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Update PHP versions in travis file --- 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.*"