Skip to content

Commit 4cdfd69

Browse files
committed
Validate pod on xcode8
1 parent 4ff05c6 commit 4cdfd69

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ matrix:
88
- os: osx
99
osx_image: xcode8
1010
env: BUILD_SCHEME="SQLite Mac"
11+
- os: osx
12+
osx_image: xcode8
13+
env: VALIDATOR_SUBSPEC="none"
14+
- os: osx
15+
osx_image: xcode8
16+
env: VALIDATOR_SUBSPEC="standard"
17+
- os: osx
18+
osx_image: xcode8
19+
env: VALIDATOR_SUBSPEC="standalone"
1120
- env: BUILD_SCHEME="SQLite iOS"
1221
- env: BUILD_SCHEME="SQLite Mac"
1322
- env: VALIDATOR_SUBSPEC="none"

0 commit comments

Comments
 (0)