mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
15 lines
288 B
YAML
15 lines
288 B
YAML
machine:
|
|
node:
|
|
version: v0.10.26
|
|
environment:
|
|
SNAPSHOT_BROWSER: chrome
|
|
SNAPSHOT_BROWSER_ID: chrome_desktop_narrow
|
|
SNAPSHOT_WIDTH: 400
|
|
SNAPSHOT_HEIGHT: 800
|
|
dependencies:
|
|
pre:
|
|
- npm install -g protractor gulp
|
|
test:
|
|
override:
|
|
- ./scripts/shippable/ci.sh
|