Another try at docker

Regards https://github.com/profanity-im/profanity/issues/1294
This commit is contained in:
Michael Vetter
2020-03-30 15:08:44 +02:00
parent 8386cac8e7
commit 1e2511eba4

View File

@@ -36,7 +36,7 @@ before_install:
script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
docker run -it --privileged profanity ./ci-build.sh;
docker run -it --security-opt seccomp=unconfined profanity ./ci-build.sh;
fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
./ci-build.sh;