diff --git a/.travis.yml b/.travis.yml index ee3c76c..bd5984c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ script: # The Perl syntax check cannot be used because at the time to call it YCP.pm, which is compiled # from YCP.cc, is not available yet. # FIXME: enable it after removing pluglib-bindings - - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-perl-bindings-image yast-travis-cpp -x perl_syntax + - docker run -it --privileged -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-perl-bindings-image yast-travis-cpp -x perl_syntax