Skip to content

Commit

Permalink
another approach
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Sep 26, 2017
1 parent 03f1028 commit 9e0eca4
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 @@ -37,7 +37,9 @@ script:
- openssl x509 -req -days 365 -in server.csr -signkey private.key -out certificate.crt
- test -f "private.key.org" && rm -f private.key.org
- test -f "server.csr" && rm -f server.csr
- ./bin/oonib& && sleep 30 && kill -TERM `cat oonib.pid`
- ./bin/oonib &
- sleep 3
- kill -TERM `cat oonib.pid`
#- 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 9e0eca4

Please sign in to comment.