Skip to content

Commit 31120ab

Browse files
authored
Merge pull request #2 from ethomson/ethomson/travis
travis: use shellcheck
2 parents f048b26 + 7a81c1b commit 31120ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
language: sh
1+
language: bash
22

3-
os:
4-
- linux
5-
6-
before_script:
7-
- sudo apt-get -y update
8-
- sudo apt-get -y install shellcheck
3+
addons:
4+
apt:
5+
sources:
6+
- debian-sid
7+
packages:
8+
- shellcheck
99

1010
script:
1111
- shellcheck git-recover

0 commit comments

Comments
 (0)