1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

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: script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then - 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 fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then - if [ "$TRAVIS_OS_NAME" = "osx" ]; then
./ci-build.sh; ./ci-build.sh;