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 20f0288 commit cf3fbb1Copy full SHA for cf3fbb1
.travis.yml
@@ -4,11 +4,11 @@ sudo: required
4
5
before_install:
6
- sudo apt-get -qq update
7
- - sudo apt-get install -y udftools coreutils vim-common
+ - 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
11
- - sudo apt-get install shellcheck -y
+ - sudo apt-get install -y shellcheck
12
13
install:
14
- pip install --user bashate
0 commit comments