Skip to content

Commit

Permalink
Update AppVeyor for Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Sep 19, 2018
1 parent 54ddc72 commit 1f09aef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .appveyor.yml
Expand Up @@ -4,7 +4,9 @@

image:
- Visual Studio 2015
- Ubuntu
- ubuntu1604
- ubuntu1804
- ubuntu

environment:
PERL5LIB: /home/appveyor/perl5/lib/perl5
Expand All @@ -26,7 +28,7 @@ install:
- sh: sudo apt-get install -y perl
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
- perl -v
- cpan App::cpanminus
- cpan App::cpanminus ExtUtils::MakeMaker
- cpanm --installdeps .

build_script:
Expand Down

0 comments on commit 1f09aef

Please sign in to comment.