projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cb23240
)
disable author testing on 5.6
Karen Etheridge [Tue, 20 Feb 2018 19:12:15 +0000 (11:12 -0800)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
edf7e2f
..
4228526
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-36,6
+36,12
@@
matrix:
allow_failures:
- perl: blead
- perl: blead-thr
+ include:
+ # modules required for author testing do not build on 5.6
+ - perl: "5.6.2"
+ env: AUTHOR_TESTING=0
+ - perl: "5.6.2-thr"
+ env: AUTHOR_TESTING=0
env:
global:
- AUTHOR_TESTING=1