We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec64427 commit 0c768c8Copy full SHA for 0c768c8
.travis.yml
@@ -11,7 +11,7 @@ install:
11
- curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -
12
- echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list
13
- sudo apt-get -qq update
14
- - sudo apt-get install -y shellcheck
+ - sudo apt-get install -y --allow-unauthenticated shellcheck
15
- pip install --user bashate
16
17
script:
0 commit comments