Skip to content

Commit cf3fbb1

Browse files
committed
Update .travis.yml
1 parent 20f0288 commit cf3fbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ sudo: required
44

55
before_install:
66
- sudo apt-get -qq update
7-
- sudo apt-get install -y udftools coreutils vim-common
7+
- sudo apt-get install -y udftools coreutils vim-common udisks2
88
- curl https://ftp-master.debian.org/keys/archive-key-7.0.asc | sudo apt-key add -
99
- echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list
1010
- sudo apt-get -qq update
11-
- sudo apt-get install shellcheck -y
11+
- sudo apt-get install -y shellcheck
1212

1313
install:
1414
- pip install --user bashate

0 commit comments

Comments
 (0)