Skip to content

Commit

Permalink
Have Travis use checkout for p5-elasticsearch-model.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 13, 2015
1 parent 6fad176 commit 6338ed7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -29,7 +29,9 @@ env:

before_install:
- sudo service elasticsearch restart

- git clone git@github.com:CPAN-API/p5-elasticsearch-model.git
- pwd

- cpanm -n Devel::Cover::Report::Coveralls
- cpanm -n Carton
- sudo apt-get install libgmp-dev
Expand All @@ -50,7 +52,7 @@ script:
# Devel::Cover isn't in the cpanfile
# but if it's installed into the global dirs this should work.
# NOTE: No '-r' for prove; 't/fakecpan.t' does the recursion for us.
- HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,local carton exec prove -lv t
- HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,local carton exec prove -lv -I p5-elasticsearch-model/lib t

after_success:
- cover -report coveralls
Expand Down

0 comments on commit 6338ed7

Please sign in to comment.