2016-01-26 11:25:16 +08:00
|
|
|
machine:
|
|
|
|
node:
|
|
|
|
version: 4.1.0
|
2016-01-28 03:07:36 +08:00
|
|
|
ruby:
|
|
|
|
version: 2.1.2
|
2016-03-16 04:55:23 +08:00
|
|
|
|
|
|
|
general:
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master # ignore PRs and branches
|
2016-03-16 06:36:59 +08:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
pre:
|
|
|
|
- ./scripts/docs/prepare.sh
|
|
|
|
cache_directories:
|
|
|
|
- "~/ionic-site" # cache ionic-site
|
|
|
|
|
2016-01-26 06:20:36 +08:00
|
|
|
test:
|
|
|
|
override:
|
2016-03-14 03:36:31 +08:00
|
|
|
- echo "No tests are written at the moment. But we will attempt to build the library with the latest changes."
|
|
|
|
- npm run build_bundle
|
2016-01-26 06:20:36 +08:00
|
|
|
|
|
|
|
deployment:
|
|
|
|
staging:
|
|
|
|
branch: master
|
|
|
|
commands:
|
|
|
|
- ./scripts/docs/update_docs.sh
|