We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354ba1b commit bd341b5Copy full SHA for bd341b5
.travis.yml
@@ -16,7 +16,7 @@ install:
16
- composer require --no-update symfony/framework-bundle:${SYMFONY_VERSION}
17
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}${ES_FILENAME_SUFFIX}.tar.gz
18
- tar -xzf elasticsearch-${ES_VERSION}${ES_FILENAME_SUFFIX}.tar.gz
19
- - ./elasticsearch-${ES_VERSION}/bin/elasticsearch > /dev/null 2>&1 &
+ - ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d
20
- composer install --dev --no-interaction
21
22
before_script:
0 commit comments