Skip to content

Commit 25a4494

Browse files
committed
Add .travis.yml
1 parent c1cc755 commit 25a4494

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: perl
2+
perl:
3+
- "5.24"
4+
- "5.22"
5+
- "5.20"
6+
- "5.18"
7+
- "5.16"
8+
- "5.14"
9+
- "5.12"
10+
- "5.10"
11+
before_install:
12+
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
13+
- source ~/travis-perl-helpers/init
14+
- build-perl
15+
- perl -V

0 commit comments

Comments
 (0)