We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3309024 commit 6cfa625Copy full SHA for 6cfa625
.travis.yml
@@ -3,6 +3,8 @@ language: perl
3
perl:
4
- blead
5
- dev
6
+ - 5.30
7
+ - 5.28
8
- 5.26
9
- 5.24
10
- 5.22
@@ -23,7 +25,6 @@ addons:
23
25
homebrew:
24
26
packages:
27
- perl
- - shellcheck
28
- cpanminus
29
30
before_install:
@@ -36,7 +37,6 @@ before_install:
36
37
38
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ trusty-backports restricted main universe";
39
sudo apt-get -y update;
- sudo apt-get -y install shellcheck;
40
fi
41
install:
42
- cpanm --quiet --notest --local-lib=~/perl5 local::lib
@@ -45,4 +45,3 @@ install:
45
script:
46
- perlcritic -1 -q --theme freenode diff-so-fancy
47
- ./bats/bin/bats test/*.bats
48
- - shellcheck *.sh
0 commit comments