Browse Source

Travis docker ptrace fix (related to #145).

main
offa 6 years ago
parent
commit
f90fd3294b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -24,5 +24,5 @@ before_install:
- docker pull ${DOCKER_IMG}/${COMPILER}:stable

script:
- docker run -v ${PWD}:/mnt -it ${DOCKER_IMG}/${COMPILER} /bin/bash -c "cd /mnt; script/ci_build.sh"
- docker run --cap-add SYS_PTRACE -v ${PWD}:/mnt -it ${DOCKER_IMG}/${COMPILER} /bin/bash -c "cd /mnt; script/ci_build.sh"


Loading…
Cancel
Save