From 8c2f6aa38b8f70ef80ec1c242148eb32d465f4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 11 Nov 2022 16:45:09 +0100 Subject: [PATCH] Update Travis CI config --- .travis.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08a589c..9fce6d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,27 +1,21 @@ --- language: node_js node_js: - - "10" + - "14" + - "16" sudo: false -dist: xenial +dist: precise notifications: - email: - on_success: never - on_failure: always + email: false addons: chrome: stable -env: - global: - # See https://git.io/vdao3 for details. - - JOBS=1 +cache: + npm: false branches: only: - master - -script: - - npm test