From aa714e14946f46e841c80c99c2c80e67f462ad8c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 31 May 2016 12:11:48 -0400 Subject: update a few things in my dzil project skeleton --- dzil/profiles/default/root/.gitignore | 1 + dzil/profiles/default/root/.travis.yml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dzil') diff --git a/dzil/profiles/default/root/.gitignore b/dzil/profiles/default/root/.gitignore index 5c1a2b7..69f82f4 100644 --- a/dzil/profiles/default/root/.gitignore +++ b/dzil/profiles/default/root/.gitignore @@ -8,6 +8,7 @@ pm_to_blib MANIFEST Makefile.old nytprof.out +nytprof MANIFEST.bak *.sw[po] .DS_Store diff --git a/dzil/profiles/default/root/.travis.yml b/dzil/profiles/default/root/.travis.yml index e649e7e..44f4b71 100644 --- a/dzil/profiles/default/root/.travis.yml +++ b/dzil/profiles/default/root/.travis.yml @@ -1,11 +1,10 @@ language: perl perl: + - "5.22" - "5.20" - "5.18" - "5.16" - "5.14" - - "5.12" - - "5.10" install: - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false) - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false) -- cgit v1.2.3-54-g00ecf