From c531c1c5502ed5ab31aa0896d3fd87d9b6fd6d06 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 8 Dec 2018 08:28:53 -0500 Subject: [PATCH] Add iOS Watch and TV simulator testing --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index a967de89..d0ec50b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,6 +126,16 @@ matrix: - BUILD_OS=osx - BUILD_MODE=ios - PLATFORM=iPhoneSimulator + - 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