You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: circle.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,10 @@
1
1
# 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.
2
2
machine:
3
3
node:
4
-
version: 8
4
+
version: 8.11.1
5
5
6
6
test:
7
-
pre:
8
-
- npm run lint
9
7
post:
10
-
- make test
11
8
- npm run coverage -- --upload --providers coveralls
0 commit comments