only ever run the full test in the docker container. Travis will have to use docker as well.

This commit is contained in:
idk
2018-12-04 12:31:30 -05:00
parent 8882f39efe
commit 246740cb7f
3 changed files with 10 additions and 9 deletions

View File

@ -211,6 +211,7 @@ docker-volume:
docker-run: docker-volume
docker rm -f eephttpd; true
docker run -i -t -d \
--cap-add "net_bind_service" \
--network $(network) \
--env samhost=$(samhost) \
--env samport=$(samport) \