Skip to content

Commit 9dbbba4

Browse files
committed
travis: another try
1 parent d6346c8 commit 9dbbba4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
sudo: false
2-
language: perl
32

4-
before_install:
5-
- sudo apt-get -qq update
6-
- sudo apt-get install -y shellcheck bash
3+
addons:
4+
apt:
5+
packages:
6+
- shellcheck
7+
- bash
78

89
script:
910
- ./citest

0 commit comments

Comments
 (0)