From 440d613e484e14996c6ec231210b3af03a7673e6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 31 Jul 2019 12:16:09 +0300 Subject: [PATCH] Update Travis config from master. Just add Node.js 6.x and remove coveralls since it's not active in 1.x. --- .travis.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07b911a2..bd812757 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,12 @@ -sudo: false language: node_js -node_js: - - '8' - - '6' -before_script: - - 'if [ "$NODE6" = "true" ]; then npm build --cwd node_modules/puppeteer; fi' +git: + depth: 5 + +node_js: + - "6" + - "8" + - "10" + - "12" -addons: - apt: - packages: - # This is required to run puppeteer (chrome) on linux/trusty - - libnss3 +cache: npm