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