mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): circle
This commit is contained in:
14
circle.yml
Normal file
14
circle.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user