1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

list all running processes

This commit is contained in:
Stefan Lankes 2017-02-20 20:50:44 +01:00
parent 948565dcc8
commit 26355e6928

View file

@ -25,6 +25,7 @@ script:
- if [ "$TRAVIS_BRANCH" != "master" ]; then make test; fi
- ls -la /tmp
- cat /tmp/hermit*
- ps -aux|grep travis
deploy:
on: master