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

Commit

Permalink
Assist in debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed May 27, 2018
1 parent 83a0adb commit f52d6d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ script:
- cd $MODULE_DIR
- RUST_TARGET_PATH="$(pwd)/.." cargo xbuild --target x86_64-linux-kernel-module
- make
- sudo dmesg -C
- sudo insmod "${MODULE}.ko"
- sudo rmmod "$MODULE"

after_failure:
- dmesg

notifications:
email: false

0 comments on commit f52d6d8

Please sign in to comment.