Browse Source

Add .circleci/config.yml

circleci-project-setup
LecomteAdrien 6 years ago
parent
commit
4fdbe40e0e
  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