Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
roftLin committed Aug 20, 2020
1 parent 2368021 commit 09c710c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
- npm run coveralls

after_success:
- export IS_DEPLOYING=$(cat package.json | grep -Eo '\"isDeploying\":.*'| sed "s/\"isDeploying\":.\(.*\)\1//") && [ "$IS_DEPLOYING" == "false" ] && exit 1
- export IS_DEPLOYING=$(cat package.json | grep -Eo '\"isDeploying\":.*'| sed "s/\"isDeploying\":.\(.*\)\1//") && [ "$IS_DEPLOYING" == "false" ] && exit 0
- echo $IS_DEPLOYING
# - npm version patch
# - git commit -am 'chore:build'
Expand Down

0 comments on commit 09c710c

Please sign in to comment.