Skip to content

Commit e9abf03

Browse files
committed
Remove Xcode 7.3 tests
1 parent aaa07c7 commit e9abf03

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

.travis.yml

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,11 @@ rvm: 2.2
33
osx_image: xcode8
44
matrix:
55
include:
6-
- env:
7-
- BUILD_SCHEME="SQLite iOS"
8-
- IOS_SIMULATOR="iPhone SE"
6+
- env: BUILD_SCHEME="SQLite iOS"
97
- env: BUILD_SCHEME="SQLite Mac"
10-
- env:
11-
- VALIDATOR_SUBSPEC="none"
12-
- IOS_SIMULATOR="iPhone SE"
13-
- env:
14-
- VALIDATOR_SUBSPEC="standard"
15-
- IOS_SIMULATOR="iPhone SE"
16-
- env:
17-
- VALIDATOR_SUBSPEC="standalone"
18-
- IOS_SIMULATOR="iPhone SE"
19-
- os: osx
20-
osx_image: xcode7.3
21-
env: BUILD_SCHEME="SQLite iOS"
22-
- os: osx
23-
osx_image: xcode7.3
24-
env: BUILD_SCHEME="SQLite Mac"
25-
- os: osx
26-
osx_image: xcode7.3
27-
env: VALIDATOR_SUBSPEC="none"
28-
- os: osx
29-
osx_image: xcode7.3
30-
env: VALIDATOR_SUBSPEC="standard"
31-
- os: osx
32-
osx_image: xcode7.3
33-
env: VALIDATOR_SUBSPEC="standalone"
8+
- env: VALIDATOR_SUBSPEC="none"
9+
- env: VALIDATOR_SUBSPEC="standard"
10+
- env: VALIDATOR_SUBSPEC="standalone"
3411
before_install:
3512
- gem install xcpretty --no-document
3613
script:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BUILD_TOOL = xcodebuild
22
BUILD_SCHEME = SQLite Mac
3-
IOS_SIMULATOR = iPhone 6
3+
IOS_SIMULATOR = iPhone SE
44
ifeq ($(BUILD_SCHEME),SQLite iOS)
55
BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -destination "platform=iOS Simulator,name=$(IOS_SIMULATOR)"
66
else

0 commit comments

Comments
 (0)