Skip to content

Commit 2632ca4

Browse files
committed
Use gcc-cxx98 instead of gcc
1 parent f1f1e0e commit 2632ca4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
- TOOLCHAIN=libcxx CONFIG=Release
1616
- TOOLCHAIN=clang-libstdcxx CONFIG=Debug
1717
- TOOLCHAIN=clang-libstdcxx CONFIG=Release
18-
- TOOLCHAIN=gcc CONFIG=Debug
19-
- TOOLCHAIN=gcc CONFIG=Release
18+
- TOOLCHAIN=gcc-cxx98 CONFIG=Debug
19+
- TOOLCHAIN=gcc-cxx98 CONFIG=Release
2020

2121
matrix:
2222
exclude:
@@ -28,7 +28,7 @@ matrix:
2828
install:
2929
- ./install-deps.sh
3030
# install cmake toolchains and script
31-
- POLLY_VERSION="0.7.2"
31+
- POLLY_VERSION="0.7.3"
3232
- wget "https://github.com/ruslo/polly/archive/v${POLLY_VERSION}.tar.gz"
3333
- tar xf "v${POLLY_VERSION}.tar.gz"
3434
- export PATH="`pwd`/polly-${POLLY_VERSION}/bin:${PATH}"

0 commit comments

Comments
 (0)