Skip to content

Commit

Permalink
Fix CI job names
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiep committed Mar 29, 2019
1 parent 10d9c0f commit 5227e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ matrix:
name: Xcode 10.1 / macOS
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: Tentacle-iOS
name: Xcode 10.1 / macOS
name: Xcode 10.1 / iOS
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: Tentacle-OSX
name: Xcode 10.2 / macOS
env: XCODE_ACTION="build-for-testing test-without-building"
osx_image: xcode10.2
- xcode_scheme: Tentacle-iOS
name: Xcode 10.2 / macOS
name: Xcode 10.2 / iOS
env: XCODE_ACTION="build-for-testing test-without-building"
osx_image: xcode10.2
- xcode_scheme: update-test-fixtures
Expand Down

0 comments on commit 5227e8e

Please sign in to comment.