mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
27 lines
386 B
YAML
27 lines
386 B
YAML
machine:
|
|
node:
|
|
version: 5.5.0
|
|
ruby:
|
|
version: 2.1.2
|
|
|
|
general:
|
|
branches:
|
|
only:
|
|
- master # ignore PRs and branches
|
|
|
|
dependencies:
|
|
pre:
|
|
- ./scripts/docs/prepare.sh
|
|
cache_directories:
|
|
- "~/ionic-site" # cache ionic-site
|
|
|
|
test:
|
|
override:
|
|
- echo "No tests to run"
|
|
|
|
deployment:
|
|
staging:
|
|
branch: master
|
|
commands:
|
|
- ./scripts/docs/update_docs.sh
|