X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Dist-Zilla-PluginBundle-Author-CCM;a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=0000000000000000000000000000000000000000;hp=e90dbdc2a54a00fa9fd694041c217e3dfcd77081;hb=8343c73e317020a202928366641f67e3c17838e9;hpb=75b73735013f803afe611ea18f3c8bda62ad8fd9 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e90dbdc..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -sudo: false -language: perl -perl: - - '5.26' - - '5.24' - - '5.22' - - '5.20' - - '5.18' - - '5.16' - - '5.14' -matrix: - fast_finish: true -before_install: - - git config --global user.name "TravisCI" - - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org" -install: - - cpanm --quiet --notest --skip-satisfied Dist::Zilla - - "dzil authordeps --missing | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest" - - "dzil listdeps --author --missing | grep -vP '[^\\w:]' | cpanm --verbose" -script: - - dzil smoke --release --author