Skip to content

Commit

Permalink
Update CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Feb 9, 2018
1 parent ca493c6 commit af5ff99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ after_build:
- call after_build.bat

deploy:
skip_cleanup: true
provider: Script
on:
branch: master

before_deploy:
- call before_deploy.bat
Expand Down
2 changes: 1 addition & 1 deletion travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deploy:
skip_cleanup: true
provider: script
on:
branch: master
all_branches: true
script: bash deploy_script.sh

after_deploy:
Expand Down

0 comments on commit af5ff99

Please sign in to comment.