Skip to content

Commit 0e077e6

Browse files
authored
Merge pull request #86 from skaji/travis
fix .travis.yml
2 parents 3d8f0f1 + a58a867 commit 0e077e6

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.travis.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@ notifications:
66
email: false
77
before_install:
88
- cpanm CPAN::Meta
9-
perl:
10-
- "5.20"
11-
- "5.18"
12-
- "5.16"
13-
- "5.14"
14-
- "5.12"
15-
- "5.10"
16-
- "5.8"
9+
matrix:
10+
include:
11+
- perl: "5.20"
12+
dist: trusty
13+
- perl: "5.18"
14+
dist: trusty
15+
- perl: "5.16"
16+
dist: trusty
17+
- perl: "5.14"
18+
dist: trusty
19+
- perl: "5.12"
20+
dist: trusty
21+
- perl: "5.10"
22+
dist: trusty
23+
- perl: "5.8"
24+
dist: trusty
1725
script:
1826
- perl Build.PL && ./Build test && ./Build disttest
1927
- perl Makefile.PL && make test

0 commit comments

Comments
 (0)