1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Next travis try

https://github.com/profanity-im/profanity/issues/1294
This commit is contained in:
Michael Vetter 2020-03-30 15:14:13 +02:00
parent 1e2511eba4
commit cb755a5c84

View File

@ -31,7 +31,7 @@ matrix:
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
docker build -f Dockerfile."$BUILD_FLAVOR" -t profanity .;
docker build -f Dockerfile."$BUILD_FLAVOR" --security-opt seccomp=unconfined -t profanity .;
fi
script: