machine: node: version: 6.9.1 ruby: version: 2.2.3 general: branches: only: - master # ignore PRs and branches dependencies: pre: - ./scripts/docs/prepare.sh cache_directories: - "~/ionic-site" # cache ionic-site test: override: - npm test deployment: staging: branch: master commands: - ./scripts/docs/deploy.sh