Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 5576418

Browse files
committed
Migration of Elasticsearch Integration from Magento Commerce to Magento Open Source
1 parent b9d33d2 commit 5576418

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ cache:
5050
- $HOME/.nvm
5151
- $HOME/node_modules
5252
- $HOME/yarn.lock
53-
before_install: ./dev/travis/before_install.sh
53+
before_install:
54+
- curl -O https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.3.0/elasticsearch-2.3.0.deb && sudo dpkg -i --force-confnew elasticsearch-2.3.0.deb && sudo service elasticsearch restart
55+
- ./dev/travis/before_install.sh
5456
install: composer install --no-interaction
5557
before_script: ./dev/travis/before_script.sh
5658
script:

0 commit comments

Comments
 (0)