mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +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_73644080ee09_key
|
||
|
-i $encrypted_73644080ee09_iv
|