Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
appveyor #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks89 committed Dec 29, 2016
1 parent 1bb34bf commit ff539aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,15 @@ test_script:
# artifacts configuration #
#---------------------------------#

artifacts:
#artifacts:

#---------------------------------#
# deployment configuration #
#---------------------------------#

# providers: Local, FTP, WebDeploy, AzureCS, AzureBlob, S3, NuGet, Environment
# provider names are case-sensitive!
deploy:
#deploy:

# scripts to run before deployment
before_deploy:
Expand All @@ -174,22 +174,22 @@ deploy_script:
#---------------------------------#

# on successful build
on_success:
#on_success:
# - do something

# on build failure
on_failure:
#on_failure:
# - do something

# after build failure or success
on_finish:
#on_finish:
# - do something

#---------------------------------#
# notifications #
#---------------------------------#

notifications:
#notifications:
# # Slack
# - provider: Slack
# incoming_webhook: http://incoming-webhook-url
Expand Down

0 comments on commit ff539aa

Please sign in to comment.