Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 10a87bf

Browse files
authored
Merge pull request #38 from ipfs/ci/upgrade
chore(ci): switch to circle
2 parents 2bc72ca + 2bc36c0 commit 10a87bf

File tree

2 files changed

+11
-30
lines changed

2 files changed

+11
-30
lines changed

.circleci/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2.1
2+
orbs:
3+
ci-go: ipfs/[email protected]
4+
5+
workflows:
6+
version: 2
7+
test:
8+
jobs:
9+
- ci-go/build
10+
- ci-go/lint
11+
- ci-go/test

.travis.yml

-30
This file was deleted.

0 commit comments

Comments
 (0)