From 4f3a63a2bea6981a4281b5752faf5fd2ef8b7518 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Mon, 12 Jun 2017 23:58:33 +0100 Subject: [PATCH] Switch Travis runs from Ubuntu Precise to Trusty See: https://docs.travis-ci.com/user/trusty-ci-environment/ This also fixes the warning about not using a C++11 compiler: https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements Note this intentionally isn't switching to their container based infra, since whilst it has faster boot times, these jobs still take longer at the moment, due to the lower CPU/RAM allowances. If #248 manages to improve the overall runtime this may be worth revisiting. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 925e14adf..5017f83cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: trusty language: node_js node_js: - '6.9'