1
0
mirror of https://github.com/ascribe/wp-theme synced 2025-01-05 11:25:08 +01:00
wp-theme/.travis.yml

24 lines
291 B
YAML
Raw Normal View History

2016-06-23 13:27:05 +02:00
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