more protection against socket when closing

This commit is contained in:
Benjamin Sergeant
2019-05-15 15:18:27 -07:00
parent 7f1070dde6
commit e0d9a16985
9 changed files with 72 additions and 40 deletions

View File

@ -5,12 +5,16 @@ matrix:
# macOS
- os: osx
compiler: clang
script: make test
script:
- python test/run.py
- make
# Linux
- os: linux
dist: xenial
script: python test/run.py
script:
- python test/run.py
- make
env:
- CC=gcc
- CXX=g++