We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e551c commit 4b84badCopy full SHA for 4b84bad
.travis.yml
@@ -108,7 +108,7 @@ before_install:
108
export CXX=g++-$GCC CC=gcc-$GCC
109
fi
110
if [ "$GCC" = "6" ]; then DOCKER=${ARCH:+$ARCH/}debian:stretch
111
- elif [ "$GCC" = "7" ]; then DOCKER=debian:buster EXTRA_PACKAGES+=" catch" DOWNLOAD_CATCH=OFF
+ elif [ "$GCC" = "7" ]; then DOCKER=debian:buster EXTRA_PACKAGES+=" catch python3-distutils" DOWNLOAD_CATCH=OFF
112
113
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
114
export CXX=clang++ CC=clang;
0 commit comments