Skip to content

Commit

Permalink
Do not use same script as vagrant but simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
dieterve committed Jan 20, 2017
1 parent 8c6c876 commit 244073f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ machine:
version: 7.0.4
java:
version: openjdk8
environment:
ES_VERSION: 5.1.2

dependencies:
pre:
- sh ./install-elasticsearch.sh testing
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz
- tar -xvf elasticsearch-$ES_VERSION.tar.gz
- elasticsearch-$ES_VERSION/bin/elasticsearch: {background: true}

test:
override:
Expand Down

0 comments on commit 244073f

Please sign in to comment.