From 9e40b782f58b75ab7f2edaaead3fb0d10152632a Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Wed, 22 Nov 2017 11:20:51 -0600 Subject: [PATCH] ci(travis): Update Node v4 test target to 4.8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 26f89cae..08111a86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ jobs: env: WEBPACK_VERSION=latest JOB_PART=test script: npm run travis:$JOB_PART - <<: *test-latest - nodejs: 4.3 + nodejs: 4.8 env: WEBPACK_VERSION=latest JOB_PART=test script: npm run travis:$JOB_PART - <<: *test-latest