Skip to content

Commit

Permalink
Allow failures when using latest CPAN modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 19, 2016
1 parent 008f594 commit 236e01d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,9 @@ env:
- USE_CPANFILE_SNAPSHOT=true
- USE_CPANFILE_SNAPSHOT=false

matrix:
allow_failures:
- env: USE_CPANFILE_SNAPSHOT=false

before_install:
- sudo service elasticsearch stop && curl -O -L https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-2.3.0.deb && sudo dpkg -i --force-confnew elasticsearch-2.3.0.deb && sudo service elasticsearch start
Expand Down

0 comments on commit 236e01d

Please sign in to comment.