Skip to content

Commit 1b00e0c

Browse files
committed
Remove build matrix
1 parent b3115dc commit 1b00e0c

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
language: objective-c
22
osx_image: xcode8.2
3-
matrix:
4-
include:
5-
- env: VERSION=9.3
6-
- env: VERSION=10.1
7-
script:
8-
- bundle exec rake ci:build[$VERSION]
9-
- make -B carthage
10-
- make -B docs
113
cache:
124
bundler: true
135
directories:
@@ -20,7 +12,9 @@ install:
2012
before_script:
2113
- xcodebuild -workspace ICInputAccessory.xcworkspace -list
2214
script:
23-
- bundle exec rake ci:build[$VERSION]
15+
- bundle exec rake ci:build
16+
- make -B carthage
17+
- make -B docs
2418
notifications:
2519
email: false
2620
slack:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setup: brew-install
1616
bundle exec pod install --no-repo-update
1717

1818
carthage:
19-
set -o pipefail && carthage build --no-skip-current --verbose | xcpretty
19+
set -o pipefail && carthage build --no-skip-current --verbose | bundle exec xcpretty
2020

2121
docs:
2222
bundle exec jazzy --config .jazzy.yml

0 commit comments

Comments
 (0)