Compare commits

...

1 Commits

Author SHA1 Message Date
LecomteAdrien 4fdbe40e0e Add .circleci/config.yml 6 years ago
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

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