Skip to content

Commit

Permalink
do not test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed Aug 8, 2017
1 parent 7c1ec6e commit d7319b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -22,11 +22,11 @@ before_install:
- git config --global user.name "Perl Dancer dev team"
install:
#Safe fails to install due to failing tests since version 2.35 on perl < 5.14
- perl -E 'exit($] < 5.014)' || cpanm --no-skip-satisfied Safe || cpanm --no-skip-satisfied --notest Safe || { cat ~/.cpanm/build.log ; false ; }
- perl -E 'exit($] < 5.014)' || cpanm -n --no-skip-satisfied Safe || cpanm --no-skip-satisfied --notest Safe || { cat ~/.cpanm/build.log ; false ; }
#Moo fails to install without Class::Method::Modifiers since 2012/10/19
- cpanm --no-skip-satisfied Class::Method::Modifiers YAML::XS || { cat ~/.cpanm/build.log ; false ; }
- dzil authordeps --missing | cpanm --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; }
- dzil listdeps --author --missing | cpanm --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; }
- cpanm -n --no-skip-satisfied Class::Method::Modifiers YAML::XS || { cat ~/.cpanm/build.log ; false ; }
- dzil authordeps --missing | cpanm -n --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; }
- dzil listdeps --author --missing | cpanm -n --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; }
- cpanm -n Dist::Zilla::App::Command::cover

# We do not need sudo. Setting this allows travis to use (Docker) containers on EC2
Expand Down

0 comments on commit d7319b3

Please sign in to comment.