Browse Source

add circleci

pull/1/merge
Gautier couture 6 years ago
parent
commit
b743ce4174
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -0,0 +1,8 @@
version: 2.1
orbs:
node: circleci/node@3.0.0
workflows:
node-tests:
jobs:
- node/test
Loading…
Cancel
Save