Skip to content
Snippets Groups Projects
Unverified Commit 6d7be3f5 authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

remove unnecessary calls in travis

parent e9f486ff
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,6 @@ install:
- curl -L -o elasticsearch.zip $ES_URL
- unzip elasticsearch.zip
- ./elasticsearch-*/bin/elasticsearch -d --script.inline true --script.stored true
- sleep 10
- curl 127.0.0.1:9200/_nodes/plugins
- curl 127.0.0.1:9200/_nodes
before_script:
- composer require --no-update elasticsearch/elasticsearch:${ELASTICSEARH_PHP}
- composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment