summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-16 21:13:36 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-16 21:13:36 -0400
commit8af5af0dfefab840e1fef03f14b53815fb7102c8 (patch)
tree985faf0c5086f29cb82c4dab9562bee2e66c424b /.travis.yml
parent60eedb97ba67956f6ae5a406bd386cc61f304898 (diff)
downloadcryptopp-git-8af5af0dfefab840e1fef03f14b53815fb7102c8.tar.gz
Remove iOS WatchOS and AppleTV simulators from Travis allowed failure list
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 5 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 30c20842..c1d133fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -110,6 +110,11 @@ matrix:
env:
- BUILD_OS=osx
- BUILD_MODE=ios
+ - PLATFORM=iPhoneSimulator
+ - os: osx
+ env:
+ - BUILD_OS=osx
+ - BUILD_MODE=ios
- PLATFORM=WatchSimulator
- os: osx
env:
@@ -128,16 +133,6 @@ 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
before_install:
- |