From c8f05785f6cbc3920dffc2021f859ea6ef70f8d6 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 12 May 2018 18:59:55 +0200 Subject: [PATCH] chore: add Node.js 8 and 10 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8299e91..a1a38d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ notifications: language: node_js node_js: - - "0.10" - - "0.11" + - "8" + - "10" branches: only: