summaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
parent95ee7dddc8054d94d25a7064e410927648f8dd5b (diff)
downloadpackage-stash-9e6b6f09998ae4617dceadcbf1137e8aebbbe9e8.tar.gz
package-stash-9e6b6f09998ae4617dceadcbf1137e8aebbbe9e8.zip
allow Package::Anon installation to fail
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 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