Skip to content

Commit

Permalink
TASK: Raise PHP and Neos versions in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Nov 7, 2018
1 parent 8605a1a commit 9069cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9069cd4

Please sign in to comment.