Skip to content

Commit 4163864

Browse files
richardlautargos
authored andcommitted
build: use Xenial and gcc 6 on Travis
PR-URL: #26720 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent 26361d1 commit 4163864

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: cpp
22
cache: ccache
33
os: linux
4+
dist: xenial
45
matrix:
56
include:
67
- name: "First commit message adheres to guidelines at <a href=\"https://goo.gl/p2fr5Q\">https://goo.gl/p2fr5Q</a>"
@@ -24,9 +25,9 @@ matrix:
2425
sources:
2526
- ubuntu-toolchain-r-test
2627
packages:
27-
- g++-4.9
28+
- g++-6
2829
install:
29-
- export CC='ccache gcc-4.9' CXX='ccache g++-4.9' JOBS=2
30+
- export CC='ccache gcc-6' CXX='ccache g++-6' JOBS=2
3031
- ./configure
3132
- make -j2 V=
3233
script:

0 commit comments

Comments
 (0)