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