mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
b7346f39ad
See https://github.com/flarum/core/pull/1367 * Replace gulp with webpack and npm scripts for JS compilation * Set up Travis CI to commit compiled JS * Restructure `js` directory; only one instance of npm, forum/admin are "submodules" * Restructure `less` directory
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
|