Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit fd89b6c

Browse files
authored
Merge pull request #33 from nschonni/travis-shellcheck
Use the Travis setup from ShellCheck
2 parents 926f1b3 + 652bd3e commit fd89b6c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: bash
2-
install:
3-
- wget http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-5_amd64.deb
4-
- dpkg -x shellcheck_0.3.7-5_amd64.deb shellcheck/
2+
addons:
3+
apt:
4+
sources:
5+
- debian-sid
6+
packages:
7+
- shellcheck
58
script:
6-
- shellcheck/usr/bin/shellcheck script/*
9+
- shellcheck script/*
710
sudo: false

0 commit comments

Comments
 (0)