Skip to content

Commit 4ba326e

Browse files
committed
Remove CircleCI and Travis
1 parent 7bb35cf commit 4ba326e

4 files changed

Lines changed: 5 additions & 51 deletions

File tree

.github/workflows/ci-linux.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ jobs:
3737
./Build build
3838
- name: Run tests
3939
run: |
40-
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecov
40+
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test
41+
- name: Report coverage
42+
run: |
43+
cover -report codecov

.travis.yml

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

circle.yml

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

minil.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "Mojo-IOLoop-ReadWriteProcess"
2-
badges = ["travis", "codecov"]
2+
badges = ["codecov"]
33
module_maker="ModuleBuild"
44

55
[build]

0 commit comments

Comments
 (0)