From 98c318a6788fbe130f53af5563d19a5f47b2bccd Mon Sep 17 00:00:00 2001 From: Daniel Baston Date: Fri, 28 Sep 2018 14:33:13 +0000 Subject: [PATCH] Don't rely on +x for Travis run_tests.sh git-svn-id: http://svn.osgeo.org/postgis/trunk@16849 b70326c6-7e19-0410-871a-916f4a2858ee --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80421da4a..4a23f44a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: script: - echo "FROM postgis/postgis-build-env:${tag}" > Dockerfile - echo "ADD --chown=postgres:postgres . /src/postgis" >> Dockerfile - - echo "CMD ci/travis/run_tests.sh && bash .github/codecov.bash" >> Dockerfile + - echo "CMD bash ci/travis/run_tests.sh && bash .github/codecov.bash" >> Dockerfile - docker build -t pgtest . - ci_env=`bash .github/codecov_env.bash` - docker run $ci_env --name pgtest-${TRAVIS_BUILD_NUMBER} pgtest -- 2.40.0