Skip to content

Commit

Permalink
chore(ci): Move to Circle CI 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Aug 28, 2018
1 parent af0ac93 commit c5d81b6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2

defaults: &defaults
working_directory: ~/metamorphoses
steps:
- checkout
- run: npm install
- run: npm test
- run: npm run coveralls

jobs:
test-node8:
<<: *defaults
docker:
- image: circleci/node:8

workflows:
version: 2
test-publish:
jobs:
- test-node8
13 changes: 0 additions & 13 deletions circle.yml

This file was deleted.

0 comments on commit c5d81b6

Please sign in to comment.