projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
919c4ba
)
install configure prereqs before building
Karen Etheridge [Mon, 25 Nov 2019 00:52:47 +0000 (16:52 -0800)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
3749b26
..
8985e18
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-29,6
+29,7
@@
before_install:
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
+ - cpan-install B::Hooks::OP::Check ExtUtils::Depends
- build-dist
- cd $BUILD_DIR
install: