Skip to content

Commit c226911

Browse files
committed
shellcheck for travis.
1 parent 1c1f98a commit c226911

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@ language: bash
22

33
sudo: required
44

5+
addons:
6+
apt:
7+
sources:
8+
- debian-sid # Grab shellcheck from the Debian repo (o_O)
9+
packages:
10+
- shellcheck
11+
512
before_install:
613
- curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -
714
- echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list
815
- sudo apt update -qq
9-
- sudo apt install shellcheck -y
1016
- sudo apt remove golang-go
1117

1218
script:

0 commit comments

Comments
 (0)