projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b0b66e6
)
Test more perl versions in Travis
Dagfinn Ilmari Mannsåker [Tue, 9 Jan 2018 13:15:11 +0000 (13:15 +0000)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
0a13b58
..
9ea9d11
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-8,6
+8,10
@@
addons:
language: perl
perl:
- "blead"
+ - "dev"
+ - "5.26"
+ - "5.24"
+ - "5.22"
- "5.20"
- "5.18"
- "5.16"
@@
-23,6
+27,7
@@
env:
matrix:
allow_failures:
- perl: "blead"
+ - perl: "dev"
before_install:
- eval $(curl https://travis-perl.github.io/init) --auto
install: