Skip to content

Commit

Permalink
double quote env vars for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 1, 2015
1 parent 97aad66 commit 863f859
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 -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"
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 863f859

Please sign in to comment.