From 79dc2f0b3345c5fed0ab4cfcaece403e87589610 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 2 Nov 2017 14:46:16 +0000 Subject: [PATCH] Travis attempt 3 --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef1be81..34667f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ language: cpp install: | - cd "$TRAVIS_BUILD_DIR" + echo "$TRAVIS_BUILD_DIR" + pwd + ls + cd linux-kernel-module-cheat ./configure -t script: | cd "$TRAVIS_BUILD_DIR" - ./run -n + ./run -e 'init=/poweroff.out' -n