diff options
author | Richard Lau <riclau@uk.ibm.com> | 2019-03-17 10:59:14 -0400 |
---|---|---|
committer | Richard Lau <riclau@uk.ibm.com> | 2019-03-21 21:40:42 -0400 |
commit | e3340023f3c9759f9c6cff380cf75cbecb6130da (patch) | |
tree | 8ef747ecf0872aa4abbde77f6cd463da63c47300 /.travis.yml | |
parent | ecf98b0839c6cbe5010849e0cd91998af17f511a (diff) | |
download | node-new-e3340023f3c9759f9c6cff380cf75cbecb6130da.tar.gz |
build: use Xenial and gcc 6 on Travis
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3de388e838..2569b44ec3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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>" @@ -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: |