Browse Source

Docker options cleaned up.

main
offa 4 years ago
parent
commit
17a8db43ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

- docker pull ${DOCKER_IMG}/${COMPILER}:stable - docker pull ${DOCKER_IMG}/${COMPILER}:stable


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

Loading…
Cancel
Save