Skip to content

Commit

Permalink
TASK: Update Neos and PHP dependency in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Jul 10, 2018
1 parent 6ee4576 commit b2ea9f8
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,11 +1,11 @@
language: php
matrix:
include:
- php: 7.1
- php: 7.2

sudo: false
before_install:
- export NEOS_TARGET_VERSION=3.3
- export NEOS_TARGET_VERSION=4.0
- 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 b2ea9f8

Please sign in to comment.