From 4f6fdccf3802eaa6ce6e3a879ac3b8bd181fd588 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Mon, 2 Nov 2020 14:34:06 -0700 Subject: [PATCH] chore: update travis --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c070fb0b..c9a60b76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,15 @@ cache: npm notifications: email: false node_js: - - 10 + # technically we support 10.0.0, but some of our tooling doesn't + - 10.14.2 - 12 - 14 - - node -install: npm install + - 15 +before_install: + - nvm install-latest-npm +install: + - npm install script: - npm run validate - npx codecov@3