Skip to content

Commit

Permalink
Fix travis failure due to perl req (JBrowse) not being found.
Browse files Browse the repository at this point in the history
  • Loading branch information
glebkuznetsov committed Oct 3, 2017
1 parent 91b362d commit ebacecc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -32,8 +32,11 @@ before_install:
# Perl lib installationa required for JBrowse perl.
# First configure cpan.
- (echo y;echo o conf prerequisites_policy follow;echo o conf commit)|cpan
# Now install dependency.
# Now install dependencies. The Travis build seems to break from time to time
# because one of these deps can no longer be found automatically and needs to
# be explicitly installed here.
- sudo cpan install local::lib
- sudo cpan install List::MoreUtils

install:
- pip install -r requirements/deploy.txt
Expand Down

0 comments on commit ebacecc

Please sign in to comment.