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
7 lines
74 B
YAML
7 lines
74 B
YAML
machine:
|
|
node:
|
|
version: 4.2.1
|
|
test:
|
|
override:
|
|
- npm run build
|