From 9069cd4ec3bbba7becf7a9fd709d0189c01fc6b5 Mon Sep 17 00:00:00 2001 From: Daniel Lienert Date: Wed, 7 Nov 2018 14:46:47 +0100 Subject: [PATCH] TASK: Raise PHP and Neos versions in travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10309fa..5f2e3e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php matrix: include: - - php: 7.0 + - php: 7.1 sudo: false before_install: - - export NEOS_TARGET_VERSION=3.0 + - export NEOS_TARGET_VERSION=4.1 - cd .. - git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION} - cd neos-base-distribution