Skip to content

Commit

Permalink
adds circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cojj90 committed Jul 4, 2018
1 parent 1850cb6 commit 9942ed6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3,923 deletions.
16 changes: 16 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
machine:
node:
version: 10.5.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"

dependencies:
pre:
- echo $NPMRC > ~/.npmrc
override:
- npm install

test:
override:
- npm run lint
- npm run test -- --verbose
Loading

0 comments on commit 9942ed6

Please sign in to comment.