Skip to content

Commit 6cfa625

Browse files
Update the travis config to fix shellcheck stuff (hopefully)
1 parent 3309024 commit 6cfa625

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: perl
33
perl:
44
- blead
55
- dev
6+
- 5.30
7+
- 5.28
68
- 5.26
79
- 5.24
810
- 5.22
@@ -23,7 +25,6 @@ addons:
2325
homebrew:
2426
packages:
2527
- perl
26-
- shellcheck
2728
- cpanminus
2829

2930
before_install:
@@ -36,7 +37,6 @@ before_install:
3637

3738
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ trusty-backports restricted main universe";
3839
sudo apt-get -y update;
39-
sudo apt-get -y install shellcheck;
4040
fi
4141
install:
4242
- cpanm --quiet --notest --local-lib=~/perl5 local::lib
@@ -45,4 +45,3 @@ install:
4545
script:
4646
- perlcritic -1 -q --theme freenode diff-so-fancy
4747
- ./bats/bin/bats test/*.bats
48-
- shellcheck *.sh

0 commit comments

Comments
 (0)