diff --git a/.travis.yml b/.travis.yml index 7a78129..544738e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ +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 @@ -11,9 +11,3 @@ 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 \ No newline at end of file diff --git a/Build.PL b/Build.PL index 3df8398..03e4636 100644 --- a/Build.PL +++ b/Build.PL @@ -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,