Skip to content

Commit 6f6edb0

Browse files
committed
TASK: Use latest Neos and do not install NodeTypes
1 parent 5db7ad1 commit 6f6edb0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cache:
2323
- $HOME/.composer/cache
2424

2525
before_install:
26-
- export NEOS_TARGET_VERSION=5.2
26+
- export NEOS_TARGET_VERSION=5.3
2727
- cd ..
2828
- if [ "$ES" = 6 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.6.tar.gz && tar xvfz elasticsearch-6.8.6.tar.gz && mv elasticsearch-6.8.6 elasticsearch; fi
2929
- if [ "$ES" = 7 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.0-linux-x86_64.tar.gz && tar xvfz elasticsearch-7.9.0-linux-x86_64.tar.gz && mv elasticsearch-7.9.0 elasticsearch; fi
@@ -35,7 +35,6 @@ before_install:
3535
- composer require --no-update --no-interaction neos/content-repository-search:dev-master
3636
- composer require --no-update --no-interaction flowpack/elasticsearch:dev-master
3737
- composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:dev-master
38-
- composer require --no-update --no-interaction neos/nodetypes
3938
- composer remove --no-update --no-interaction neos/site-kickstarter
4039
install:
4140
- composer install --no-interaction

0 commit comments

Comments
 (0)