Skip to content

Commit

Permalink
try get travis to work again
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Feb 6, 2016
1 parent 6c773fc commit bd95e27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -27,14 +27,20 @@ env:


before_install:

# Run update to make libgmp-dev findable (Required by Net::OpenID::Consumer)
- sudo apt-get update
- sudo apt-get install libgmp-dev


# We need to run a pre-1.0 instance of ES until we update everything.
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.13.deb
- sudo dpkg -i --force-confdef elasticsearch-0.90.13.deb
- sudo service elasticsearch restart


- cpanm -n Devel::Cover::Report::Coveralls
- cpanm -n Carton
- sudo apt-get install libgmp-dev

# Carton refuses to update Safe.pm to the version specified in the cpanfile and the
# version that's core in 5.16 is too old (it fails to work with Devel::Cover).
Expand Down

0 comments on commit bd95e27

Please sign in to comment.