Skip to content

Commit

Permalink
feat: upgrade to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shinny-mayanqiong committed Jul 10, 2019
1 parent 0169cbf commit 8498023
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ install:
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
script:
- npm run electron:build_all
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./run_on_pull_requests.sh; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./run_on_non_pull_requests.sh; fi'
# - npm run electron:build_all
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tianqin",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 2 additions & 0 deletions run_on_non_pull_requests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
echo "run_on_non_pull_requests"
2 changes: 2 additions & 0 deletions run_on_pull_requests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
echo "run_on_pull_requests"

0 comments on commit 8498023

Please sign in to comment.