From 511566059237d2d540dff9f6b81186c2184ca649 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Thu, 26 Dec 2019 19:00:41 -0500 Subject: [PATCH] chore: fix travis for release Fixes #44 --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4be898d..9503105 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,11 @@ script: PORT_OFFSET=1 npx kui-testv2 $S # openwhisk2: second auth see plugins/plugin-openwhisk/src/test/openwhisk2/auth.ts and NEEDS_OPENWHISK_API_GATEWAY=true NEEDS_OPENWHISK_JAVA8=true # openwhisk4: has NEEDS_OPENWHISK_NODEJS8=true +stages: + - test + - name: release + if: tag =~ /^v([0-9]{1,3}).([0-9]{1,3}).([0-9]{1,3})$/ + jobs: include: - env: T="electron" S="openwhisk1" @@ -40,7 +45,6 @@ jobs: # see ./package.json for the release-it build definition - stage: release script: npm install -g release-it@12.4.3 && release-it - if: tag =~ /^v([0-9]{1,3}).([0-9]{1,3}).([0-9]{1,3})$/ env: global: