Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 7f168a5

Browse files
authored
test against bionic kernel (#221)
* test against bionic kernel * added focal * focal isn't actually a thing on travis yet
1 parent 62a5394 commit 7f168a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
matrix:
22
include:
33
- dist: xenial
4+
- dist: bionic
45

56
language: rust
67
rust:
@@ -11,7 +12,7 @@ branches:
1112
- master
1213

1314
install:
14-
- sudo apt-get install -y "linux-headers-$(uname -r)" realpath
15+
- sudo apt-get install -y "linux-headers-$(uname -r)" coreutils
1516
- rustup component add rust-src rustfmt clippy
1617

1718
script:

0 commit comments

Comments
 (0)