summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-21 13:44:10 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-21 13:44:10 -0400
commit9e6b6f09998ae4617dceadcbf1137e8aebbbe9e8 (patch)
tree5901e8399f65c463b87f4945680e7bf9a8013ba7
parent95ee7dddc8054d94d25a7064e410927648f8dd5b (diff)
downloadpackage-stash-9e6b6f09998ae4617dceadcbf1137e8aebbbe9e8.tar.gz
package-stash-9e6b6f09998ae4617dceadcbf1137e8aebbbe9e8.zip
allow Package::Anon installation to fail
-rw-r--r--.travis.yml1
-rw-r--r--dist.ini4
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e649e7e..afa6ef1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,6 @@ 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)
- dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
+ - cpanm -q --notest Package::Anon || true
script:
- dzil test --all
diff --git a/dist.ini b/dist.ini
index 14057a9..7407a20 100644
--- a/dist.ini
+++ b/dist.ini
@@ -27,7 +27,9 @@ Package::Stash::XS = 0.26
[Prereqs / DevelopRequires]
Test::LeakTrace = 0
-Package::Anon = 0
+; XXX can't just have a dep here because it won't install on 5.12 and below
+; see .travis.yml
+; Package::Anon = 0
[Conflicts]
-script = bin/package-stash-conflicts