Skip to content

Commit

Permalink
also print pid after the event
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Sep 26, 2017
1 parent ec91e00 commit 9bb6db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ script:
- ps auxww|grep oonib|grep -v grep
- cat oonib.pid
- kill -TERM `cat oonib.pid`
- ps auxww|grep oonib|grep -v grep
#- chmod +x .travis.test.sh && ./.travis.test.sh 30 ./bin/oonib
- echo "Build successful."
- $(which coverage) run $(which trial) oonib
Expand Down

0 comments on commit 9bb6db5

Please sign in to comment.