Skip to content

Commit

Permalink
improve over previous
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Sep 26, 2017
1 parent 9e0eca4 commit ec91e00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ script:
- test -f "private.key.org" && rm -f private.key.org
- test -f "server.csr" && rm -f server.csr
- ./bin/oonib &
- sleep 3
- sleep 30
- ps auxww|grep oonib|grep -v grep
- cat oonib.pid
- kill -TERM `cat oonib.pid`
#- chmod +x .travis.test.sh && ./.travis.test.sh 30 ./bin/oonib
- echo "Build successful."
Expand Down

0 comments on commit ec91e00

Please sign in to comment.