Skip to content

Commit

Permalink
Merge pull request #143 from ipfs/feat/circleci
Browse files Browse the repository at this point in the history
ci: switch from Travis to Circle
  • Loading branch information
aschmahmann authored Dec 5, 2019
2 parents 8b79466 + 9eb30a6 commit e392c15
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 e392c15

Please sign in to comment.