Skip to content

Commit

Permalink
ci: switch from Travis to Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Dec 5, 2019
1 parent 8b79466 commit 9eb30a6
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/[email protected]

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 9eb30a6

Please sign in to comment.