Skip to content

Commit c214aee

Browse files
committed
TASK: Update travisci to test against Neos 3.0
1 parent 314ecac commit c214aee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111
env: ES=2
1212
sudo: false
1313
before_install:
14-
- export NEOS_TARGET_VERSION=2.3
14+
- export NEOS_TARGET_VERSION=3.0
1515
- cd ..
1616
- if [ "$ES" = 1 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.zip && unzip elasticsearch-1.7.5.zip && mv elasticsearch-1.7.5 elasticsearch; fi
1717
- if [ "$ES" = 2 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.3.zip && unzip elasticsearch-2.4.3.zip && mv elasticsearch-2.4.3 elasticsearch; fi
@@ -20,7 +20,7 @@ before_install:
2020
- cd ..
2121
- git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
2222
- cd neos-base-distribution
23-
- composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:3.0.x-dev
23+
- composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:dev-master
2424
install:
2525
- composer install --no-interaction
2626
- cd ..

0 commit comments

Comments
 (0)