We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd33dd commit add5141Copy full SHA for add5141
.travis.yml
@@ -1,6 +1,7 @@
1
language: cpp
2
cache: ccache
3
os: linux
4
+dist: xenial
5
matrix:
6
include:
7
- name: "First commit message adheres to guidelines at <a href=\"https://goo.gl/p2fr5Q\">https://goo.gl/p2fr5Q</a>"
@@ -24,9 +25,9 @@ matrix:
24
25
sources:
26
- ubuntu-toolchain-r-test
27
packages:
- - g++-4.9
28
+ - g++-6
29
install:
- - 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
31
- ./configure
32
- make -j2 V=
33
script:
0 commit comments