mirror of
https://github.com/flarum/core.git
synced 2025-08-01 06:00:24 +02:00
Set up Travis
This commit is contained in:
BIN
extensions/markdown/.deploy.enc
Normal file
BIN
extensions/markdown/.deploy.enc
Normal file
Binary file not shown.
15
extensions/markdown/.travis.yml
Normal file
15
extensions/markdown/.travis.yml
Normal file
@@ -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
|
Reference in New Issue
Block a user