tao-js
Version:
Aspect-oriented middleware for async/await and JS
18 lines (15 loc) • 353 B
YAML
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
working_directory: ~/repo
steps:
- checkout
- run: npm install
- run: npm test