Skip to content

Commit

Permalink
environment variable passing into docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 1, 2015
1 parent 14f9be3 commit 97aad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ env:
before_install: ./scripts/ci/before_install.sh

script:
docker run -v $TRAVIS_BUILD_DIR:/pdal -t pdal/dependencies:latest -e CXX='$CXX' -e CC='$CC' -e PDAL_OPTIONAL_COMPONENTS='$PDAL_OPTIONAL_COMPONENTS' /bin/sh -c "/pdal/scripts/ci/script.sh"
docker run -v $TRAVIS_BUILD_DIR:/pdal -e CXX='$CXX' -e CC='$CC' -e PDAL_OPTIONAL_COMPONENTS='$PDAL_OPTIONAL_COMPONENTS' -t pdal/dependencies:latest /bin/sh -c "/pdal/scripts/ci/script.sh"

notifications:
on_success: always
Expand Down

0 comments on commit 97aad66

Please sign in to comment.