Skip to content

Commit

Permalink
live test with a local elasticsearch installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Nov 24, 2013
1 parent fd7ff65 commit 29aa90f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ perl:
- "5.14"

before_install:
cpanm -n Minilla Devel::Cover::Report::Coveralls
- cpanm -n Minilla Devel::Cover::Report::Coveralls
- curl --silent -L http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.0.tar.gz | tar -xz
- ./elasticsearch-0.90.0/bin/elasticsearch
- export TEST_LIVE=1

script:
minil build && perl ./Build.PL && ./Build build && cover -test -report coveralls

Expand Down

0 comments on commit 29aa90f

Please sign in to comment.