Try to enable Travis iOS testing

Take 17
pull/461/head
Jeffrey Walton 2017-08-10 22:10:47 -04:00
parent 0b31e7ff5e
commit 7907742c1a
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ matrix:
- os: osx - os: osx
compiler: gcc compiler: gcc
- os: linux - os: linux
env: BUILD_MODE="ios" env: BUILD_MODE="ios-arm"
- os: linux
env: BUILD_MODE="ios-arm64"
allow_failures: allow_failures:
# Ignore problems with old toolchains # Ignore problems with old toolchains