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

Commit

Permalink
fix(ci): always install padwalker
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Henriksen committed Sep 15, 2019
1 parent 4848c3b commit 8e8c16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ before_install:
# - export PERL5OPT="-I${HOME}/perl5/lib/perl5"
- echo $PERL5OPT
- echo $TRAVIS_OS_NAME
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib); fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cpanm PadWalker; fi
- cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
- cpanm PadWalker
cache:
yarn: true
bundler: true
Expand Down

0 comments on commit 8e8c16e

Please sign in to comment.