Skip to content

Commit 5e38761

Browse files
committed
feat(all): update circleci config file
1 parent c0d3de0 commit 5e38761

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:10.16.2
6+
steps:
7+
- checkout
8+
- run: npm install
9+
- run: npm run build
10+
- run: npm run test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build status](https://ci.appveyor.com/api/projects/status/wlla9cm0vcie4lur/branch/master?svg=true)](https://ci.appveyor.com/project/compodoc/ngd/branch/master)
1+
[![Build status](https://ci.appveyor.com/api/projects/status/45ou8frsi43v7j8r?svg=true)](https://ci.appveyor.com/project/vogloblinsky/ngd/branch/master)
22
[![CircleCI](https://circleci.com/gh/compodoc/ngd/tree/master.svg?style=svg)](https://circleci.com/gh/compodoc/ngd/tree/master)
33
[![Code Climate](https://codeclimate.com/github/compodoc/ngd/badges/gpa.svg)](https://codeclimate.com/github/compodoc/ngd)
44

circle.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)