Skip to content

Commit

Permalink
Install Perl CGI.pm on Bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 7, 2020
1 parent 893b5ca commit 291aafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cache:
- $HOME/perl5
install:
- sudo apt-get -qq update
- sudo apt-get install -y libtest-exception-perl libtest-output-perl libdevel-cover-perl acl cpanminus
- sudo apt-get install -y libtest-exception-perl libtest-output-perl libdevel-cover-perl acl cpanminus libcgi-pm-perl
- pip install codecov flask pytest-cov pytest-pep8
- sudo cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov
script:
Expand Down

0 comments on commit 291aafb

Please sign in to comment.