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

Commit

Permalink
chore(ci): switch to circle
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Dec 14, 2019
1 parent 6cab016 commit 04da08f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 30 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.2

workflows:
version: 2
test:
jobs:
- ci-go/build
- ci-go/lint
- ci-go/test
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

0 comments on commit 04da08f

Please sign in to comment.