diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-03-30 15:08:44 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-03-30 15:08:44 +0200 |
commit | 1e2511eba40176d06f0b2aca2912ed20d50f44cc (patch) | |
tree | 821d787facd8f3276d5d5c72793b516b1a826c92 | |
parent | 8386cac8e74adac7539777930a1ef3597e5dedb8 (diff) | |
download | profani-tty-1e2511eba40176d06f0b2aca2912ed20d50f44cc.tar.gz |
Another try at docker
Regards https://github.com/profanity-im/profanity/issues/1294
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6af203af..d8b9740b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; |