forked from alibaba/Thera
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cbe0e7
commit 02a4c07
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ install: | |
- cd script && npm install && cd .. | ||
- sh travis_before_script.sh | ||
- sh travis_install_code_sign.sh | ||
script: script/build --code-sign --compress-artifacts --deploy | ||
script: script/build --code-sign --compress-artifacts --deploy | ||
cache: | ||
directories: | ||
- electron | ||
|
@@ -28,13 +28,13 @@ cache: | |
- script/node_modules | ||
- attach-package | ||
- ~/.thera/compile-cache | ||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
on_failure: always | ||
# notifications: | ||
# email: | ||
# recipients: | ||
# - [email protected] | ||
# - [email protected] | ||
# - [email protected] | ||
# on_failure: always | ||
# deploy to github on tags | ||
# deploy: | ||
# provider: releases | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters