We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7979ddb + 38a9910 commit a8761c8Copy full SHA for a8761c8
.travis.yml
@@ -13,6 +13,15 @@ matrix:
13
env: NIMBLE_RUNTIME_OSX_SDK_VERSION=10.10 TYPE=osx
14
- os: osx
15
env: TYPE=swiftpm
16
+ - os: osx
17
+ env: NIMBLE_RUNTIME_IOS_SDK_VERSION=10.0 TYPE=ios
18
+ osx_image: xcode8
19
20
+ env: NIMBLE_RUNTIME_TVOS_SDK_VERSION=10.0 TYPE=tvos
21
22
23
+ env: NIMBLE_RUNTIME_OSX_SDK_VERSION=10.12 TYPE=osx
24
25
- os: linux
26
dist: trusty
27
sudo: required
0 commit comments