Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 65c7930

Browse files
committed
Add CircleCI
1 parent 9ddb405 commit 65c7930

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
jobs:
4+
build:
5+
docker:
6+
- image: circleci/node:9.6.1
7+
steps:
8+
- checkout
9+
- run: yarn
10+
- run:
11+
name: testrpc
12+
command: yarn chain
13+
background: true
14+
- run: yarn test

0 commit comments

Comments
 (0)