Skip to content

Commit

Permalink
Fix Travis permissions complain
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed May 28, 2020
1 parent 98416dd commit df17437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit df17437

Please sign in to comment.