@@ -1,6 +1,7 @@ |
|
|
1 |
1 |
language: cpp |
2 |
2 |
cache: ccache |
3 |
3 |
os: linux |
|
4 |
+dist: xenial |
4 |
5 |
matrix: |
5 |
6 |
include: |
6 |
7 |
- name: "First commit message adheres to guidelines at <a href=\"https://goo.gl/p2fr5Q" title="undefined" rel="noopener noreferrer">https://goo.gl/p2fr5Q\\"\>https://goo.gl/p2fr5Q" |
@@ -24,9 +25,9 @@ matrix: |
|
|
24 |
25 |
sources: |
25 |
26 |
- ubuntu-toolchain-r-test |
26 |
27 |
packages: |
27 |
|
- - g++-4.9 |
|
28 |
+ - g++-6 |
28 |
29 |
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 |
30 |
31 |
- ./configure |
31 |
32 |
- make -j2 V= |
32 |
33 |
script: |