Skip to content

Commit

Permalink
[CI] Add name to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Apr 12, 2019
1 parent d06fce0 commit 8ebce42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ env:
matrix:
include:
- &podspec
name: CocoaPods Lint
os: osx
language: objective-c
osx_image: xcode10.2
script:
- pod lib lint --allow-warnings
- &xcode
name: Xcode 10.2 / Swift 5.0
os: osx
language: objective-c
osx_image: xcode10.2
Expand All @@ -22,6 +24,7 @@ matrix:
after_success:
- bash <(curl -s https://codecov.io/bash)
- &swiftpm
name: SwiftPM / Darwin / Swift 5.0
os: osx
language: generic
osx_image: xcode10.2
Expand Down

0 comments on commit 8ebce42

Please sign in to comment.