mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
16 lines
331 B
YAML
16 lines
331 B
YAML
|
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_79a3dcff46b9_key
|
||
|
-i $encrypted_79a3dcff46b9_iv
|