Commit 2af0b71af88ac6fcc4cd2c8164530395fef97405
1 parent
060c77ac
Exists in
master
and in
21 other branches
Attempt to fix tests on travis
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
.travis.yml
... | ... | @@ -5,6 +5,8 @@ rvm: |
5 | 5 | services: |
6 | 6 | - elasticsearch |
7 | 7 | - mongodb |
8 | +before_install: | |
9 | + - wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.2.deb && sudo dpkg -i elasticsearch-1.3.2.deb && sudo service elasticsearch restart | |
8 | 10 | script: bundle exec rake test |
9 | 11 | before_script: |
10 | 12 | - psql -c 'create database searchkick_test;' -U postgres | ... | ... |