Skip to content

Commit

Permalink
map volume before tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 1, 2015
1 parent cfe6154 commit 4a4266f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ env:
before_install: ./scripts/ci/before_install.sh

script:
docker run -t pdal/dependencies:latest -v $TRAVIS_BUILD_DIR:/pdal /bin/sh -c "/pdal/scripts/ci/script.sh"
docker run -v $TRAVIS_BUILD_DIR:/pdal -t pdal/dependencies:latest /bin/sh -c "/pdal/scripts/ci/script.sh"

notifications:
on_success: always
Expand Down

0 comments on commit 4a4266f

Please sign in to comment.