We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f1e0e commit 2632ca4Copy full SHA for 2632ca4
1 file changed
.travis.yml
@@ -15,8 +15,8 @@ env:
15
- TOOLCHAIN=libcxx CONFIG=Release
16
- TOOLCHAIN=clang-libstdcxx CONFIG=Debug
17
- TOOLCHAIN=clang-libstdcxx CONFIG=Release
18
- - TOOLCHAIN=gcc CONFIG=Debug
19
- - TOOLCHAIN=gcc CONFIG=Release
+ - TOOLCHAIN=gcc-cxx98 CONFIG=Debug
+ - TOOLCHAIN=gcc-cxx98 CONFIG=Release
20
21
matrix:
22
exclude:
@@ -28,7 +28,7 @@ matrix:
28
install:
29
- ./install-deps.sh
30
# install cmake toolchains and script
31
- - POLLY_VERSION="0.7.2"
+ - POLLY_VERSION="0.7.3"
32
- wget "https://github.com/ruslo/polly/archive/v${POLLY_VERSION}.tar.gz"
33
- tar xf "v${POLLY_VERSION}.tar.gz"
34
- export PATH="`pwd`/polly-${POLLY_VERSION}/bin:${PATH}"
0 commit comments