File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,16 @@ language: bash
2
2
3
3
sudo : required
4
4
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
-
13
5
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
14
15
- pip install --user bashate
15
16
16
17
script :
You can’t perform that action at this time.
0 commit comments