Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed May 23, 2020
1 parent bced56b commit 3d271fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
@@ -1,19 +1,13 @@
dist: trusty
language: perl
perl:
- "5.30"
- "5.28"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
before_install:
- cpanm -nq Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build build && cover -test
after_success:
- cover -report coveralls
notifications:
irc:
channels:
- "irc.freenode.net#bayadev"
on_success: change
on_failure: always
4 changes: 0 additions & 4 deletions Build.PL
Expand Up @@ -24,10 +24,6 @@ my $builder = Module::Build->new(
resources => {
repository => 'http://github.com/bayashi/Benchmarks',
bugtracker => 'http://github.com/bayashi/Benchmarks/issues',
x_IRC => {
url => 'irc://chat.freenode.org/#bayadev',
web => 'http://webchat.freenode.net/?channels=%23bayadev',
},
}
},
recursive_test_files => 1,
Expand Down

0 comments on commit 3d271fc

Please sign in to comment.