Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
simplify circle
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed May 8, 2018
1 parent 1a0954a commit ac4d8a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories.
machine:
node:
version: 8
version: 8.11.1

test:
pre:
- npm run lint
post:
- make test
- npm run coverage -- --upload --providers coveralls

dependencies:
Expand Down

0 comments on commit ac4d8a9

Please sign in to comment.