Skip to content

Instantly share code, notes, and snippets.

@roidrage
Created March 27, 2014 11:38

Revisions

  1. roidrage created this gist Mar 27, 2014.
    4 changes: 4 additions & 0 deletions .travis.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    # remove elasticsearch from the services section
    before_install:
    - wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.1.deb && sudo dpkg -i elasticsearch-1.0.1.deb && true
    - sudo service elasticsearch start