Skip to content

Commit

Permalink
kritika
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed Aug 9, 2017
1 parent f01c3b0 commit 8b0d6ac
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Expand Up @@ -12,14 +12,14 @@ perl:
- "5.10"

notifications:
irc:
channels:
- "irc.perl.org#dancer-core"
template:
- "%{branch}#%{build_number} by %{author}: %{message} (%{build_url})"
on_success: change
on_failure: always
use_notice: true
# irc:
# channels:
# - "irc.perl.org#dancer-core"
# template:
# - "%{branch}#%{build_number} by %{author}: %{message} (%{build_url})"
# on_success: change
# on_failure: always
# use_notice: true

install:
#Safe fails to install due to failing tests since version 2.35 on perl < 5.14
Expand All @@ -28,9 +28,10 @@ install:
- 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 Devel::Cover::Report::Kritika Dist::Zilla::App::Command::cover

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

script:
- dzil test --author --release
- dzil cover -report kritika

0 comments on commit 8b0d6ac

Please sign in to comment.