We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004dcda commit c1f1c2aCopy full SHA for c1f1c2a
.travis.yml
@@ -7,7 +7,7 @@ services:
7
8
before_install:
9
- docker build -t hrocha/mapdevel .
10
- - docker run --name=mapdevel -v $(pwd):/home/map2check/devel_tool/mygitclone:Z hrocha/mapdevel /bin/bash -c "ls; sudo chown -R map2check:map2check /home/map2check/devel_tool/mygitclone; cd /home/map2check/devel_tool/mygitclone; ls -alh; ./build-map2check.sh; ./release/map2check -h"
+ - docker run --name=mapdevel -v $(pwd):/home/map2check/devel_tool/mygitclone:Z hrocha/mapdevel /bin/bash -c "ls; cd /home/map2check/devel_tool/mygitclone; chown -R map2check:map2check .; ls -alh; ./build-map2check.sh; ./release/map2check -h"
11
12
# command to run tests
13
script:
0 commit comments