From 99b7a73047d88ab23ebdfe92ea069721aa65ca4a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 8 Dec 2018 12:50:16 -0500 Subject: [PATCH] Add missing iOS architectures for Travis --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce191fbd..0187e51e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,6 +121,16 @@ matrix: - BUILD_OS=osx - BUILD_MODE=ios - PLATFORM=AppleTVOS + - os: osx + env: + - BUILD_OS=osx + - BUILD_MODE=ios + - PLATFORM=WatchSimulator + - os: osx + env: + - BUILD_OS=osx + - BUILD_MODE=ios + - PLATFORM=AppleTVSimulator allow_failures: - os: osx @@ -143,7 +153,6 @@ matrix: - BUILD_OS=osx - BUILD_MODE=ios - PLATFORM=AppleTVSimulator - - os: linux env: - BUILD_OS=linux