Skip to content

Commit fe33d34

Browse files
committed
Switch to gcc 6.
1 parent a7d7b66 commit fe33d34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ cache:
1414
matrix:
1515
fast_finish: true
1616
include:
17-
- compiler: gcc
17+
- compiler: gcc-6
1818
addons:
1919
apt:
2020
sources:
2121
- ubuntu-toolchain-r-test
2222
packages:
23-
- g++-5
23+
- g++-6
2424
- libc++-dev
2525
- libc++abi-dev
2626
- clang-3.8
2727
- clang-format-3.8
2828
- clang-tidy-3.8
2929
- libnlopt-dev
3030
env:
31-
- C_COMPILER=gcc-5 CXX_COMPILER=g++-5 COVERAGE=''
32-
- compiler: clang
31+
- C_COMPILER=gcc-6 CXX_COMPILER=g++-6 COVERAGE=''
32+
- compiler: clang-3.8
3333
addons:
3434
apt:
3535
sources:

0 commit comments

Comments
 (0)