Browse Source

config_yaml_1

pull/1/merge
Straw-Etiam 6 years ago
parent
commit
92fc23fd3b
  1. 8
      .cercleci/config.yml

8
.cercleci/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