Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Drop deprecated 'sudo' key
Update kernel headers to 5.4
  • Loading branch information
klogg committed Oct 15, 2020
1 parent ec807fa commit 16543e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -15,10 +15,9 @@ os:
compiler: gcc

dist: bionic
sudo: required

before_install:
- export KVER="5.3.0-1009-gcp"
- export KVER="5.4.0-1028-gcp"
- export KSRC="/usr/src/linux-headers-$KVER"
- sudo sh -c "echo 'deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe' >> /etc/apt/sources.list.d/proposed-repositories.list"
- sudo apt-get update
Expand Down

0 comments on commit 16543e5

Please sign in to comment.