Create config.yml
This commit is contained in:
parent
07cf7cbe2d
commit
5bd3d2e4c9
1 changed files with 8 additions and 0 deletions
8
.circleci/config.yml
Normal file
8
.circleci/config.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/node:9.0
|
||||
steps:
|
||||
- checkout
|
||||
- run: echo "test"
|
Loading…
Reference in a new issue