From 20de73c5597fcca734bc19622d2aeaddc48b3980 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sun, 15 Mar 2020 17:09:56 -0400 Subject: [PATCH] Travis: only attempt to deploy with linux/node12 build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c83c43b..5503807 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,5 @@ deploy: on: tags: true repo: jiahaog/nativefier - node: '12' + node_js: '12' + os: linux