Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Get libgmp-dev installing
  • Loading branch information
ranguard committed Feb 6, 2016
1 parent b68a8b7 commit 5c957e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -27,14 +27,17 @@ 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 5c957e3

Please sign in to comment.