Skip to content

Commit 0c768c8

Browse files
committed
Fix Travis build
1 parent ec64427 commit 0c768c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -
1212
- echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list
1313
- sudo apt-get -qq update
14-
- sudo apt-get install -y shellcheck
14+
- sudo apt-get install -y --allow-unauthenticated shellcheck
1515
- pip install --user bashate
1616

1717
script:

0 commit comments

Comments
 (0)