Skip to content

Commit f127ced

Browse files
author
Jan Henning Thorsen
committed
Add missing install line to travis.yml
1 parent 3f57ef2 commit f127ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ perl:
55
- "5.10"
66
install:
77
- "cpanm -n Test::Pod Test::Pod::Coverage"
8+
- "cpanm -n --installdeps ."
89
script: "perl Makefile.PL && make test"
910
notifications:
1011
email: false

0 commit comments

Comments
 (0)