Build docker image without cache to fix gentoo copy issue

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-08-22 23:17:57 +02:00
parent 2a3caad1cd
commit 2d70810abe

View file

@ -44,6 +44,6 @@ matrix:
install:
# Build the docker container
- pushd $TRAVIS_BUILD_DIR
- if [[ $CONTAINER != "osx" ]]; then docker-compose build test-$CONTAINER ; fi
- if [[ $CONTAINER != "osx" ]]; then docker-compose build --no-cache test-$CONTAINER ; fi
script:
- if [[ $CONTAINER != "osx" ]]; then docker-compose run test-$CONTAINER; else bash test/scripts/test_osx.sh ; fi