Skip to content

Commit

Permalink
Merge pull request #129 from fijimunkii/circle-2
Browse files Browse the repository at this point in the history
Circleci 2 config
  • Loading branch information
ZJONSSON authored May 21, 2019
2 parents a40f159 + 4d3ff1e commit 96286cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 35 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:10.15
working_directory: ~/build
steps:
- checkout
- run: npm install
- run: npm t
- store_artifacts:
path: coverage/lcov-report
destination: coverage
35 changes: 0 additions & 35 deletions circle.yml

This file was deleted.

0 comments on commit 96286cf

Please sign in to comment.