Skip to content

Commit bd341b5

Browse files
committed
Updated travis.yml
1 parent 354ba1b commit bd341b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- composer require --no-update symfony/framework-bundle:${SYMFONY_VERSION}
1717
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}${ES_FILENAME_SUFFIX}.tar.gz
1818
- tar -xzf elasticsearch-${ES_VERSION}${ES_FILENAME_SUFFIX}.tar.gz
19-
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch > /dev/null 2>&1 &
19+
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d
2020
- composer install --dev --no-interaction
2121

2222
before_script:

0 commit comments

Comments
 (0)