Skip to content

Commit

Permalink
Merge pull request #604 from metacpan/leo/fix_snap_and_test_real_es_v…
Browse files Browse the repository at this point in the history
…ersion

Leo/fix snap and test real es version
  • Loading branch information
ranguard committed Dec 17, 2016
2 parents 5f182e9 + 51f144a commit 1702e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ env:


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
- sudo service elasticsearch stop && curl -O -L https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-2.4.3.deb && sudo dpkg -i --force-confnew elasticsearch-2.4.3.deb && sudo service elasticsearch start

# Run update to make libgmp-dev findable (Required by Net::OpenID::Consumer)
# postgresql-server-dev-all is required by DBD::Pg
Expand Down
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/Snapshot.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;

use Cpanel::JSON::XS qw(encode_json decode_json);
use DateTime ();
use DDP qw(np);
use DDP;
use HTTP::Tiny ();
use Log::Contextual qw( :log );
use MetaCPAN::Types qw( Bool Int Str File ArrayRef );
Expand Down

0 comments on commit 1702e41

Please sign in to comment.