From 9f1c02916bb51d43feb7063f00f138e232f4d518 Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com> Date: Thu, 23 May 2019 11:32:19 -0400 Subject: [PATCH] Travis config tweaks (#693) * Remove sudo: false from .travis.yml Not needed as per https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure * Run linter on Node 12 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06eca1e2..97e446e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: false language: node_js os: - linux @@ -14,10 +13,10 @@ env: TEST_SUITE=unit matrix: exclude: - os: linux - node_js: 8 + node_js: 12 include: - os: linux - node_js: 8 + node_js: 12 env: TEST_SUITE=full-ci script: npm run-script $TEST_SUITE after_success: