Skip to content

Commit

Permalink
skip mac
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Feb 24, 2021
1 parent 1afd438 commit 7dae949
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Expand Up @@ -17,12 +17,12 @@ before_install:
- eval $(curl https://travis-perl.github.io/init) --auto
- cpanm ExtUtils::MakeMaker

matrix:
include:
- os: osx
perl: system
before_install:
- "curl -L http://cpanmin.us | perl - --self-upgrade"
- export PATH=$PATH:$HOME/perl5/bin
- "cpanm --verbose --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)"
- "cpanm --verbose Future::AsyncAwait"
#matrix:
# include:
# - os: osx
# perl: system
# before_install:
# - "curl -L http://cpanmin.us | perl - --self-upgrade"
# - export PATH=$PATH:$HOME/perl5/bin
# - "cpanm --verbose --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)"
# - "cpanm --verbose Future::AsyncAwait"

0 comments on commit 7dae949

Please sign in to comment.