File tree Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ before_script:
62
62
- coverage-setup
63
63
64
64
script :
65
- - carton exec prove -It/lib - lr -j$(test-jobs) t
65
+ - carton exec prove -lr -j$(test-jobs) t
66
66
67
67
after_success :
68
68
- coverage-report
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ use Test::More;
4
4
use Test::Mojo;
5
5
use Mojo::JSON qw( true false) ;
6
6
7
- plan skip_all =>
8
- " Travis ES bad, see https://travis-ci.org/metacpan/metacpan-api/jobs/301092129"
9
- if $ENV {TRAVIS };
10
-
11
7
my $t = Test::Mojo-> new(' MetaCPAN::API' );
12
8
13
9
$t -> get_ok( ' /v1/search/first' , form => { q => ' Versions::PkgVar' } )
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ use Mojo::JSON qw(true false);
7
7
# Note: we need a release marked as status => latest
8
8
# so we're using Versions::PkgVar for now
9
9
# perhaps it should be smarter later and find one to try?
10
- #
11
- plan skip_all =>
12
- " Travis ES bad, see https://travis-ci.org/metacpan/metacpan-api/jobs/301092129"
13
- if $ENV {TRAVIS };
14
10
15
11
my $t = Test::Mojo-> new(' MetaCPAN::API' );
16
12
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ use Test::More;
8
8
use Test::Deep qw( cmp_deeply ignore) ;
9
9
use Cpanel::JSON::XS ();
10
10
11
- plan skip_all =>
12
- " Travis ES bad, see https://travis-ci.org/metacpan/metacpan-api/jobs/301092129"
13
- if $ENV {TRAVIS };
14
-
15
11
# Just use this to get an es object.
16
12
my $server = MetaCPAN::TestServer-> new;
17
13
my $search = MetaCPAN::Model::Search-> new(
You can’t perform that action at this time.
0 commit comments