Skip to content

Commit

Permalink
Add CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed Jun 4, 2017
1 parent 6af55e0 commit a247d7f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: stable

dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
override:
- yarn install
cache_directories:
- ~/.cache/yarn

test:
override:
- yarn test:cover
post:
- yarn coveralls
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "discogs-basics",
"description": "Minimal wrapper for the Discogs Collection API.",
"author": "Sebastian Müller <mail@sbstjn.com>",
"version": "0.0.2",
"main": "./build/main.js",
"types": "./build/main.d.ts",
"license": "MIT",
Expand Down

0 comments on commit a247d7f

Please sign in to comment.