mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
17 lines
264 B
YAML
17 lines
264 B
YAML
install:
|
|
- echo Do Nothing
|
|
|
|
test_script:
|
|
- echo Do Nothing
|
|
|
|
branches:
|
|
only:
|
|
# Release tags
|
|
- master
|
|
|
|
notifications:
|
|
- provider: Email
|
|
on_build_success: false
|
|
|
|
# Building is done in the test phase, so we disable Appveyor's build phase.
|
|
build: false
|