File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ language: objective-c
2
2
osx_image : xcode8
3
3
matrix :
4
4
include :
5
- - env : BUILD=9.3
6
- script : bundle exec rake ci:build[9.3]
7
- - env : BUILD=latest
8
- script : bundle exec rake ci:build[latest]
9
- - env : BUILD=carthage
10
- script : make carthage
11
- after_script :
12
- - make documentation
5
+ - env : VERSION=9.3
6
+ - env : VERSION=latest
7
+ script :
8
+ - bundle exec rake ci:build[$VERSION]
9
+ - make -B carthage
10
+ - make -B docs
13
11
cache :
14
12
bundler : true
15
13
directories :
@@ -21,6 +19,8 @@ install:
21
19
- make install
22
20
before_script :
23
21
- xcodebuild -workspace ICInputAccessory.xcworkspace -list
22
+ script :
23
+ - bundle exec rake ci:build[$VERSION]
24
24
notifications :
25
25
email : false
26
26
slack :
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ setup: brew-install
18
18
carthage :
19
19
set -o pipefail && carthage build --no-skip-current --verbose | xcpretty
20
20
21
- documentation :
21
+ docs :
22
22
bundle exec jazzy --config .jazzy.yml
You can’t perform that action at this time.
0 commit comments