Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

remove travisci dzil plugin, allow for faster container builds #244

Merged
merged 2 commits into from Mar 24, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,7 +1,7 @@
---
sudo: false
before_install:
- export HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- rm .travis.yml
- git config --global user.name "Dist Zilla Plugin TravisCI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
install:
Expand All @@ -10,8 +10,8 @@ install:
- dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --skip-installed
language: perl
perl:
- 5.14
- 5.16
- 5.18
- '5.14'
- '5.16'
- '5.18'
script:
- dzil smoke --release --author
11 changes: 4 additions & 7 deletions dist.ini
Expand Up @@ -4,14 +4,16 @@ license = Perl_5
copyright_holder = DuckDuckGo, Inc. L<https://duckduckgo.com/>
copyright_year = 2013

main_module = lib/App/DuckPAN.pm

[PromptIfStale]
index_base_url = http://duckpan.org
module = Dist::Zilla::Plugin::UploadToDuckPAN

[UploadToDuckPAN]

[@Basic]

[Git::NextVersion]
version_regexp = ^([0-9]+\.[0-9]+)$

Expand All @@ -26,7 +28,7 @@ install_command = cpanm .
[Authority]
authority = cpan:DDG
do_metadata = 1

[PodWeaver]

[@Git]
Expand Down Expand Up @@ -100,8 +102,3 @@ tag_regexp = ^v(.+)$
file_name = Changes
wrap_column = 74
debug = 0

[TravisCI]
perl_version = 5.14
perl_version = 5.16
perl_version = 5.18