summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-16 17:12:02 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-16 17:12:02 -0400
commite6fb540c4c6e99299365a352ba137e38c60886f6 (patch)
tree189414c53235076a87f3396b0d74aa98f210fb21 /.travis.yml
parentc9d53ad3405e5e367b3ca0d22425db5afa57b2a0 (diff)
downloadcryptopp-git-e6fb540c4c6e99299365a352ba137e38c60886f6.tar.gz
Allow iPhoneSimulator failures (GH #684)
We still need to figure out what to do with this.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d7c84d2f..13ccffe6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -127,6 +127,10 @@ matrix:
env:
- BUILD_MODE=android
- PLATFORM=mipsel64
+ - os: osx
+ env:
+ - BUILD_MODE=ios
+ - PLATFORM=iPhoneSimulator
before_install:
- |