Skip to content

Commit b1c5fa3

Browse files
committed
Update .travis.yml
1 parent cf3fbb1 commit b1c5fa3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ language: bash
22

33
sudo: required
44

5-
before_install:
6-
- sudo apt-get -qq update
7-
- sudo apt-get install -y udftools coreutils vim-common udisks2
8-
- curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -
9-
- echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list
10-
- sudo apt-get -qq update
11-
- sudo apt-get install -y shellcheck
12-
135
install:
6+
- sudo apt-get -qq update
7+
- sudo apt-get install -y udftools coreutils vim-common
8+
- sudo add-apt-repository -y ppa:ppa:gnome3-team/gnome3
9+
- sudo apt-get -qq update
10+
- sudo apt-get install -y udisks2
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
1415
- pip install --user bashate
1516

1617
script:

0 commit comments

Comments
 (0)