summaryrefslogtreecommitdiffstats
path: root/dzil
diff options
context:
space:
mode:
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)