]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/commitdiff
remove travis.yml
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 30 Mar 2022 02:03:21 +0000 (20:03 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 30 Mar 2022 02:03:21 +0000 (20:03 -0600)
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index e90dbdc..0000000
+++ /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
This page took 0.021984 seconds and 4 git commands to generate.