Revolution/.circleci/config.yml

8 lines
131 B
YAML

version: 2
jobs:
build:
docker:
- image: circleci/node:9.0
steps:
- checkout
- run: echo "test"