From af36cb2ed791ceb92d21dcefa81c5cb6d1a432d7 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 23 Jul 2019 01:18:28 +0900 Subject: [PATCH] update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70afaa8..d88df35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: python - script: - sudo make install - sudo make systemd - nohang -h - nohang -v - - nohang -cc - nohang -cc /etc/nohang/nohang.conf - nohang -p + - sudo nohang -p - oom-sort -h - oom-sort + - sudo make uninstall