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

Commit

Permalink
Switch to CircleCI (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Nov 26, 2021
1 parent c8c10b9 commit 82db37f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2.1

jobs:
unit-test:
docker:
- image: circleci/node:12
steps:
- checkout
- run:
name: Install
command: npm install
- run:
name: Test
command: npm test
workflows:
version: 2
build:
jobs:
- unit-test
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"peerDependenciesMeta": {
"@codechecks/client": {
"optional": true
},
}
},
"dependencies": {
"@ethersproject/abi": "^5.0.0-beta.146",
Expand Down

0 comments on commit 82db37f

Please sign in to comment.