27 lines
386 B
YAML
Raw Normal View History

2016-01-25 21:25:16 -06:00
machine:
node:
version: 5.5.0
ruby:
version: 2.1.2
2016-03-15 15:55:23 -05:00
2016-06-01 06:47:50 -04:00
general:
branches:
only:
- master # ignore PRs and branches
2016-04-29 16:09:01 -05:00
2016-05-04 17:03:53 -05:00
dependencies:
pre:
- ./scripts/docs/prepare.sh
cache_directories:
- "~/ionic-site" # cache ionic-site
test:
override:
2017-03-20 17:11:44 -04:00
- echo "No tests to run"
2016-05-04 17:03:53 -05:00
deployment:
staging:
branch: master
commands:
- ./scripts/docs/update_docs.sh