summaryrefslogtreecommitdiffstats
path: root/dzil
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-31 12:11:48 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-31 12:13:57 -0400
commitaa714e14946f46e841c80c99c2c80e67f462ad8c (patch)
tree1534d0866337ecfc8a763f6a5f7d87fefc2925b4 /dzil
parentb8dbcf341be36768494d6be9138029e314d33d54 (diff)
downloadconf-aa714e14946f46e841c80c99c2c80e67f462ad8c.tar.gz
conf-aa714e14946f46e841c80c99c2c80e67f462ad8c.zip
update a few things in my dzil project skeleton
Diffstat (limited to 'dzil')
-rw-r--r--dzil/profiles/default/root/.gitignore1
-rw-r--r--dzil/profiles/default/root/.travis.yml3
2 files changed, 2 insertions, 2 deletions
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)