diff --git a/extensions/markdown/.deploy.enc b/extensions/markdown/.deploy.enc new file mode 100644 index 000000000..80ce7f687 Binary files /dev/null and b/extensions/markdown/.deploy.enc differ diff --git a/extensions/markdown/.travis.yml b/extensions/markdown/.travis.yml new file mode 100644 index 000000000..0c51ebaae --- /dev/null +++ b/extensions/markdown/.travis.yml @@ -0,0 +1,15 @@ +language: minimal + +sudo: false + +cache: + directories: + - $HOME/.npm + +jobs: + include: + - stage: build + if: branch = master AND type = push + script: curl -s https://raw.githubusercontent.com/flarum/core/master/.travis/build.sh | bash -s - + -k $encrypted_fa711d174b0b_key + -i $encrypted_fa711d174b0b_iv