Skip to content

Instantly share code, notes, and snippets.

@mikekr1
Created April 28, 2017 12:28
Show Gist options
  • Save mikekr1/2db0712447a519c0a78a29edeba65857 to your computer and use it in GitHub Desktop.
Save mikekr1/2db0712447a519c0a78a29edeba65857 to your computer and use it in GitHub Desktop.
dependencies:
post:
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.3.0.tar.gz
- tar -xvf elasticsearch-5.3.0.tar.gz
- elasticsearch-5.3.0/bin/elasticsearch: {background: true}
# Make sure that Elasticsearch is up before running tests:
- sleep 10 && wget --waitretry=5 --retry-connrefused -v http://127.0.0.1:9200/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment