summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-08 11:40:53 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-08 11:40:53 -0500
commit7777704a38bfa00c579ca311619e54abd66e12cd (patch)
treeb2b68c4a8c117438779894bac0f6c699fb88eb07 /.travis.yml
parent95964fd0b3af016b0dbdfabf971f998507f9fe14 (diff)
downloadcryptopp-git-7777704a38bfa00c579ca311619e54abd66e12cd.tar.gz
Move iOS simulator builds to allowed_failures in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index d0ec50b9..ce191fbd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,28 +121,29 @@ matrix:
- BUILD_OS=osx
- BUILD_MODE=ios
- PLATFORM=AppleTVOS
+
+ allow_failures:
- os: osx
env:
- BUILD_OS=osx
- BUILD_MODE=ios
- - PLATFORM=iPhoneSimulator
+ - PLATFORM=WatchOS
- os: osx
env:
- BUILD_OS=osx
- BUILD_MODE=ios
- - PLATFORM=WatchSimulator
+ - PLATFORM=iPhoneSimulator
- os: osx
env:
- BUILD_OS=osx
- BUILD_MODE=ios
- - PLATFORM=AppleTVSimulator
-
- allow_failures:
+ - PLATFORM=WatchSimulator
- os: osx
env:
- BUILD_OS=osx
- BUILD_MODE=ios
- - PLATFORM=WatchOS
+ - PLATFORM=AppleTVSimulator
+
- os: linux
env:
- BUILD_OS=linux