Skip to content

Commit 9492125

Browse files
committed
Add travis configuration
1 parent 9d7c128 commit 9492125

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
language: perl
3+
perl:
4+
- "5.10"
5+
- "5.12"
6+
- "5.14"
7+
- "5.16"
8+
- "5.18"
9+
- "5.20"
10+
- "5.22"
11+
- "5.24"
12+
13+
install:
14+
- dzil authordeps --missing | cpanm --no-skip-satisfied
15+
- dzil listdeps --author --missing | cpanm --no-skip-satisfied
16+
17+
script:
18+
- dzil test --author --release

0 commit comments

Comments
 (0)