angular-docs-cn/circle.yml
Alex Eagle 90b3502bb8 ci(circle config): add a circle CI config
This only runs the JS build (no tests) as an easy place to start.

Green build on my branch: https://circleci.com/gh/alexeagle/angular/5

Note, we are just experimenting with Circle at this point...

Closes #6520
2016-01-16 00:17:15 +00:00

7 lines
74 B
YAML

machine:
node:
version: 4.2.1
test:
override:
- npm run build