Skip to content

Commit f58978d

Browse files
committed
ci: circle
1 parent c569ac5 commit f58978d

File tree

2 files changed

+14
-31
lines changed

2 files changed

+14
-31
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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
12+
- ci-go/test:
13+
race: true
14+
name: "ci-go/test/race"

.travis.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)