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 fafe44f commit a403b19Copy full SHA for a403b19
.travis.yml
@@ -20,9 +20,9 @@ matrix:
20
21
22
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
+ - sudo apt update
+ - sudo apt install -y linux-headers-$(uname -r)
+ - sudo apt install -y build-essential libtool automake tree dkms
26
- git clone https://github.com/icshwi/etherlabmaster
27
28
install:
0 commit comments