Skip to content

Commit

Permalink
fix(travis): creating dummy kernel file for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sousandrei committed Sep 17, 2022
1 parent ca16660 commit 7bf20a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ target
Cargo.lock
assets/firecracker
assets/vmlinux

firecracker
tmp
todo
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
allow_failures:
- rust: nightly
fast_finish: true
before_script:
- touch assets/vmlinux
script:
- cargo build --verbose --workspace
- cargo test --verbose --workspace

0 comments on commit 7bf20a8

Please sign in to comment.