Skip to content

Commit

Permalink
ci: switch to circle
Browse files Browse the repository at this point in the history
(faster)
  • Loading branch information
Stebalien committed Aug 21, 2019
1 parent 3a167ab commit 6e6008d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2.1
orbs:
ci-go: ipfs/ci-go@0.1

workflows:
version: 2
test:
jobs:
- ci-go/build
- ci-go/lint
- ci-go/test

0 comments on commit 6e6008d

Please sign in to comment.