From 4350ccf15dbf54de89245a24493c74edb4592576 Mon Sep 17 00:00:00 2001 From: Goh Jia Hao Date: Thu, 24 May 2018 00:37:32 -0700 Subject: [PATCH] Don't run tests on node 4 and 5 --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3c9711..b7c4b53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,9 @@ node_js: - '8' - '7' - '6' - - '5' - - '4' + # jest doesn't work with these versions TODO: find a workaround + # - '5' + # - '4' before_install: - npm install -g npm@5.8.x @@ -33,4 +34,4 @@ deploy: on: tags: true repo: jiahaog/nativefier - node: '4' + node: '8'