Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
removing specific version of es in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed May 17, 2016
1 parent 1e0e5ff commit 233d6b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
python: 3.5
install:
- pip install tox
script: tox
services:
- elasticsearch
- mongodb
before_install:
- travis_retry curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.7.5.deb && sudo dpkg -i --force-confnew --force-confdef elasticsearch-1.7.5.deb
- sudo service elasticsearch start
before_script:
- sleep 10
- travis_retry curl -XDELETE 'http://localhost:9200/nefertari_starter/'
Expand Down

0 comments on commit 233d6b9

Please sign in to comment.