Update .travis.yml

This commit is contained in:
Christian Bremvåg 2020-01-05 06:51:05 +01:00 committed by GitHub
parent 259dbca12b
commit 588c3dc36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: c language: c
compiler: gcc compiler: gcc
sudo: required sudo: required
dist: eoan dist: disco
before_install: before_install:
- export ALL_DEB=$(wget --quiet -O - ${KERNEL_URL}v${KVER}/ | grep -o 'href=".*"' | grep -m1 all | cut -d '"' -f 2) - export ALL_DEB=$(wget --quiet -O - ${KERNEL_URL}v${KVER}/ | grep -o 'href=".*"' | grep -m1 all | cut -d '"' -f 2)