update travis

This commit is contained in:
Alexey Avramov 2019-08-03 15:07:05 +09:00
parent 478b640135
commit 6397799abe

View File

@ -2,7 +2,6 @@ language: python
script:
- sudo make install
- sudo make systemd
- nohang -h
- nohang -v
- nohang -cc /etc/nohang/nohang.conf
@ -10,4 +9,5 @@ script:
- sudo nohang -p
- oom-sort -h
- oom-sort
- sudo bash -c "nohang & tail /dev/zero & sleep 30 && pkill python3"
- sudo make uninstall