[libbread-board-perl] 33/66: try suppressing graphviz in a different way
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 21:23:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libbread-board-perl.
commit a3e8cc67634b9082fd31d8174f7d3bd80f229cdc
Author: Jesse Luehrs <doy at tozt.net>
Date: Thu Aug 1 13:52:27 2013 -0400
try suppressing graphviz in a different way
---
.travis.yml | 2 +-
.travis/GraphViz.pm | 3 +++
dist.ini | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index f7b666d..1796381 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,4 @@ install:
- dzil authordeps --missing | cpanm -q --notest
- dzil listdeps --author --missing | grep -v GraphViz | cpanm -q --notest
script:
- - dzil test --all
+ - PERL5LIB=.travis dzil test --all
diff --git a/.travis/GraphViz.pm b/.travis/GraphViz.pm
new file mode 100644
index 0000000..0f3db9e
--- /dev/null
+++ b/.travis/GraphViz.pm
@@ -0,0 +1,3 @@
+package GraphViz;
+
+1;
diff --git a/dist.ini b/dist.ini
index 5a93c4e..c3073f1 100644
--- a/dist.ini
+++ b/dist.ini
@@ -12,7 +12,7 @@ github_name = BreadBoard
bugtracker_web = https://github.com/stevan/BreadBoard/issues
bugtracker_mailto =
authority = cpan:STEVAN
-Test::Compile_skip = GraphViz|visualize
+Test::Compile_skip = visualize
[AutoPrereqs]
skip = Data::Visitor::Callback
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbread-board-perl.git
More information about the Pkg-perl-cvs-commits
mailing list