From 5227e8ef290bc2fb0bab94caebe87f24525530ff Mon Sep 17 00:00:00 2001 From: Matt Diephouse Date: Fri, 29 Mar 2019 13:10:21 -0400 Subject: [PATCH] Fix CI job names --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0d4242..7b96a34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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