From 88c56a918a40dca299e25169a26c7ebd258d8292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Fontcuberta?= Date: Sat, 31 Oct 2020 19:36:59 +0100 Subject: [PATCH] Update travis --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77e4d36c..c69b15cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,14 @@ notifications: node_js: - 10.18 - 12 - - node + - 14 + - 15 +before_install: + - nvm install-latest-npm install: npm install script: npm run validate after_success: kcd-scripts travis-after-success branches: - only: master \ No newline at end of file + only: + - master + - beta