File tree 5 files changed +31
-4
lines changed
5 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 24
24
Carthage /
25
25
Cartfile.resolved
26
26
UserInterfaceState.xcuserstate
27
+ coverage /
28
+ screenshots /
29
+ reports /
27
30
. * .sw [a-z ]
28
31
.sw ?
29
32
* .un~
Original file line number Diff line number Diff line change
1
+ # coverage_service: cobertura_xml
2
+ coverage_service : html
3
+ xcodeproj : ios-app-bootstrap.xcodeproj
4
+ scheme : ios-app-bootstrap
5
+ output_directory : ./coverage
6
+ ignore :
7
+ - Carthage/*
8
+ - build/*
9
+ - data/*
Original file line number Diff line number Diff line change 1
- language :
2
- - swift
3
- osx_image :
4
- - xcode9
1
+ osx_image : xcode9
2
+ language : objective-c
3
+ cache : cocoapods
5
4
before_install :
6
5
- brew update
6
+ - rvm use $RVM_RUBY_VERSION
7
+ install :
8
+ - bundle install --without=documentation --path ../travis_bundle_dir
7
9
script :
8
10
- echo hi
Original file line number Diff line number Diff line change
1
+ source 'https://gems.ruby-china.org'
2
+
3
+ gem 'slather'
Original file line number Diff line number Diff line change
1
+ all : install
2
+ install :
3
+ carthage update --platform iOS --verbose
4
+ build : install
5
+ xcodebuild -project ios-app-bootstrap.xcodeproj -sdk iphonesimulator
6
+ test :
7
+ echo TODO
8
+ coverage :
9
+ slather coverage
10
+ .PHONY : test
You can’t perform that action at this time.
0 commit comments