Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 1d2875b

Browse files
author
Morten Henriksen
committed
fix(ci): install travis perl helpers
1 parent 9e2a37a commit 1d2875b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ perl:
99
- "5.18"
1010
- "5.16"
1111
- "5.14"
12+
sudo: false
1213
before_install:
14+
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
15+
- source ~/travis-perl-helpers/init
16+
- build-perl
17+
# end of perl version install
1318
- echo $TRAVIS_PERL_VERSION
1419
- nvm install $(cat .nvmrc)
1520
- nvm use $(cat .nvmrc)

0 commit comments

Comments
 (0)