Skip to content

Commit a403b19

Browse files
committed
remove few packages
1 parent fafe44f commit a403b19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ matrix:
2020

2121

2222
before_install:
23-
- sudo apt-get -qq update > /dev/null 2>&1
24-
- sudo apt-get install -y linux-headers-$(uname -r) > /dev/null 2>&1
25-
- sudo apt-get install -y build-essential realpath libtool automake tree dkms
23+
- sudo apt update
24+
- sudo apt install -y linux-headers-$(uname -r)
25+
- sudo apt install -y build-essential libtool automake tree dkms
2626
- git clone https://github.com/icshwi/etherlabmaster
2727

2828
install:

0 commit comments

Comments
 (0)