From 7146f912b32e08644170883f7bc115e52df56752 Mon Sep 17 00:00:00 2001 From: Arthur Schreiber Date: Thu, 10 May 2018 14:03:59 +0200 Subject: [PATCH] chore: update list of supported node.js versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index abdc461..9ce5a40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ notifications: email: false node_js: - - '4' - '6' - '8' - '9' + - '10' stages: - test @@ -36,4 +36,4 @@ jobs: before_script: skip script: - npm run lint - - commitlint-travis \ No newline at end of file + - commitlint-travis