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

Commit 6bad49a

Browse files
fix(Travis): check apt installation change
1 parent 124c11c commit 6bad49a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@ perl:
1111
- "5.26"
1212
# Trigger a push build on master and dependabot branches + PRs build on every branches
1313
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
14-
addons:
15-
apt:
16-
update: true
17-
packages:
18-
- perl-doc
19-
- ctags
20-
- perltidy
2114
branches:
2215
only:
2316
- master
2417
- /^dependabot.*$/
2518
install:
19+
- sudo apt-get install perl-doc ctags perltidy
2620
- curl -L http://cpanmin.us | sudo perl - App::cpanminus
2721
- sudo cpanm --quiet --notest Perl::Critic@1.132 CPAN::Uploader@0.103013 Devel::Cover@1.30
2822
script:

0 commit comments

Comments
 (0)