From 661b1f546692af044fec0f6cfad6d00b1497ee4c Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:37:06 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f76c3bd..49a856a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,7 @@ if: NOT (commit_message =~ /^\[docs\]/) language: node_js os: linux -node_js: - - 4.2 +node_js: latest before_script: - npm install - npm start