mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-16 01:34:04 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
26
node_modules/showdown/.travis.yml
generated
vendored
Normal file
26
node_modules/showdown/.travis.yml
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
|
||||
# travis build speed up
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
# scripts
|
||||
script: grunt test
|
||||
|
||||
# hooks
|
||||
notifications:
|
||||
webhooks:
|
||||
urls:
|
||||
- 'https://webhooks.gitter.im/e/e369617839852624aa69'
|
||||
on_success: change # options: [always|never|change] default: always
|
||||
on_failure: always # options: [always|never|change] default: always
|
||||
on_start: false # default: false
|
Reference in New Issue
Block a user