From 73ab9473d58eb5777ab3c46cfd9ec1f8ca824953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 19 Sep 2020 13:37:19 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59c618e4..1fc748d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ env: node_js: - 10.12 + - 10 + - 12.0 - 12 - 14 @@ -18,7 +20,7 @@ before_script: jobs: include: - stage: release - if: branch = master AND type != pull_request + if: branch = master AND type != pull_request AND fork = false node_js: 14 env: ESLINT=6 script: npm run build