thanks travis..

Regards https://github.com/profanity-im/profanity/issues/1294
This commit is contained in:
Michael Vetter
2020-03-30 15:19:10 +02:00
parent 8a2fa7e8c1
commit 6c17a36465
2 changed files with 5 additions and 3 deletions

View File

@@ -32,12 +32,12 @@ matrix:
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
docker build -f Dockerfile."$BUILD_FLAVOR" --security-opt seccomp=unconfined -t profanity .;
docker build -f Dockerfile."$BUILD_FLAVOR" -t profanity .;
fi
script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
docker run -it --security-opt seccomp=unconfined profanity ./ci-build.sh;
docker run -it profanity ./ci-build.sh;
fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
./ci-build.sh;