Skip to content

Commit

Permalink
build: use Xenial and gcc 6 on Travis
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
richardlau authored and targos committed Mar 27, 2019
1 parent 26361d1 commit 4163864
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: cpp
cache: ccache
os: linux
dist: xenial
matrix:
include:
- name: "First commit message adheres to guidelines at <a href=\"https://goo.gl/p2fr5Q\">https://goo.gl/p2fr5Q</a>"
Expand All @@ -24,9 +25,9 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- g++-6
install:
- export CC='ccache gcc-4.9' CXX='ccache g++-4.9' JOBS=2
- export CC='ccache gcc-6' CXX='ccache g++-6' JOBS=2
- ./configure
- make -j2 V=
script:
Expand Down

0 comments on commit 4163864

Please sign in to comment.