From d5cd8dc563a6c0adb03fc994c3c5b77706f1b7dc Mon Sep 17 00:00:00 2001 From: Ian Sibner Date: Thu, 5 Jul 2018 15:33:53 -0400 Subject: [PATCH] LF not CRLF plus node 8 --- .travis.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc24dc7..30518fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ -language: node_js -cache: yarn -node_js: - - 6 - - 7 - - node -os: - - linux - - osx -after_success: 'npm run coveralls' +language: node_js +cache: yarn +node_js: + - 6 + - 7 + - 8 + - node +os: + - linux + - osx +after_success: 'npm run coveralls'