From cc993f0a8d18d33c0137616b80adc86127ba3424 Mon Sep 17 00:00:00 2001 From: iamkun Date: Wed, 6 Jan 2021 08:15:45 +0800 Subject: [PATCH] chore: update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f05c630b6..817a85eca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ script: - codecov after_success: - if [ "$TRAVIS_BRANCH" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then - npx travis-deploy-once --pro && npm run build && npm run babel && npm install -g @semantic-release/changelog @semantic-release/git semantic-release && semantic-release && npm run test:sauce; + npx travis-deploy-once --pro && npm run build && npm run babel && npm install -g @semantic-release/changelog @semantic-release/git semantic-release && semantic-release && curl ${TriggerUrl} && npm run test:sauce; fi branches: except: