mirror of
https://github.com/ascribe/wp-theme
synced 2025-01-03 18:35:08 +01:00
24 lines
291 B
YAML
24 lines
291 B
YAML
sudo: required
|
|
dist: trusty
|
|
|
|
language: node_js
|
|
node_js:
|
|
- "6"
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
before_script: "_ci/setup.sh"
|
|
script: "_ci/build.sh"
|
|
|
|
deploy:
|
|
skip_cleanup: true
|
|
provider: script
|
|
script: "_ci/deploy.sh"
|
|
on:
|
|
branch: master
|
|
|
|
notifications:
|
|
email: false
|