We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e3d2d commit 77f3f93Copy full SHA for 77f3f93
.travis.yml
@@ -30,8 +30,9 @@ env:
30
31
before_install:
32
# Run update to make libgmp-dev findable (Required by Net::OpenID::Consumer)
33
+ # postgresql-server-dev-all is required by DBD::Pg
34
- sudo apt-get update
- - sudo apt-get install libgmp-dev
35
+ - sudo apt-get install libgmp-dev postgresql-server-dev-all
36
37
# We need to run a pre-1.0 instance of ES until we update everything.
38
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.13.deb
0 commit comments