We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1f98a commit c226911Copy full SHA for c226911
.travis.yml
@@ -2,11 +2,17 @@ language: bash
2
3
sudo: required
4
5
+addons:
6
+ apt:
7
+ sources:
8
+ - debian-sid # Grab shellcheck from the Debian repo (o_O)
9
+ packages:
10
+ - shellcheck
11
+
12
before_install:
13
- curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -
14
- echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list
15
- sudo apt update -qq
- - sudo apt install shellcheck -y
16
- sudo apt remove golang-go
17
18
script:
0 commit comments