Skip to content

Commit abcf8d9

Browse files
committed
CI clearup.
1 parent 1155b17 commit abcf8d9

File tree

5 files changed

+5
-155
lines changed

5 files changed

+5
-155
lines changed

.codecov.yml

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

.github/workflows/spm.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
name: Swift Package
1+
name: Swift
22

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
3+
on: [push, pull_request]
84

95
jobs:
106
build:
11-
127
runs-on: macos-latest
13-
148
steps:
159
- uses: actions/checkout@v2
1610
- name: Build
17-
run: swift build -v
18-
- name: Run tests
19-
run: swift test -v
11+
run: swift build
12+
- name: Test
13+
run: swift test

.travis.sh

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

.travis.yml

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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Swift Version](https://img.shields.io/badge/Swift-5.0+-EE5533.svg?style=flat-square)](https://swift.org)
44
[![Swift Package Manager](https://img.shields.io/badge/spm-compatible-EE5533.svg?style=flat-square)](https://swift.org/package-manager)
55
[![Build Status](https://img.shields.io/travis/b9swift/MulticastDelegate.svg?style=flat-square&colorA=333333&colorB=EE5533)](https://travis-ci.org/b9swift/MulticastDelegate)
6-
[![Codecov](https://img.shields.io/codecov/c/github/b9swift/MulticastDelegate.svg?style=flat-square&colorA=333333&colorB=EE5533)](https://codecov.io/gh/b9swift/MulticastDelegate)
76

87
Multicast delegate is a delegate that can have more than one element in its invocation list.
98

0 commit comments

Comments
 (0)