Create config.yml

This commit is contained in:
tgpethan 2019-10-05 22:45:28 +01:00
parent 07cf7cbe2d
commit 5bd3d2e4c9
1 changed files with 8 additions and 0 deletions

8
.circleci/config.yml Normal file
View File

@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:9.0
steps:
- checkout
- run: echo "test"