mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
6 lines
74 B
YAML
6 lines
74 B
YAML
machine:
|
|
node:
|
|
version: 4.2.1
|
|
test:
|
|
override:
|
|
- npm run build
|