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

Commit ac4d8a9

Browse files
committed
simplify circle
1 parent 1a0954a commit ac4d8a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

circle.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# 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.
22
machine:
33
node:
4-
version: 8
4+
version: 8.11.1
55

66
test:
7-
pre:
8-
- npm run lint
97
post:
10-
- make test
118
- npm run coverage -- --upload --providers coveralls
129

1310
dependencies:

0 commit comments

Comments
 (0)