File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
2
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
11
3
cache :
12
4
bundler : true
13
5
directories :
@@ -20,7 +12,9 @@ install:
20
12
before_script :
21
13
- xcodebuild -workspace ICInputAccessory.xcworkspace -list
22
14
script :
23
- - bundle exec rake ci:build[$VERSION]
15
+ - bundle exec rake ci:build
16
+ - make -B carthage
17
+ - make -B docs
24
18
notifications :
25
19
email : false
26
20
slack :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ setup: brew-install
16
16
bundle exec pod install --no-repo-update
17
17
18
18
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
20
20
21
21
docs :
22
22
bundle exec jazzy --config .jazzy.yml
You can’t perform that action at this time.
0 commit comments