mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
12 lines
198 B
YAML
12 lines
198 B
YAML
machine:
|
|
node:
|
|
version: 4.1.0
|
|
test:
|
|
override:
|
|
- echo "Automatically marking tests as passing for now"
|
|
deployment:
|
|
tasks:
|
|
branch: "2.0"
|
|
commands:
|
|
- ./scripts/ci/deploy.sh
|