Skip to content

Commit 5c4d28f

Browse files
Test with xcodebuild instead of fastlane
1 parent 568e026 commit 5c4d28f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
22
script:
3-
- fastlane scan
3+
- xcodebuild -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator -destination "platform=iOS Simulator,name=iPhone 7" -configuration Debug -enableCodeCoverage YES clean build test | xcpretty
44
after_success:
55
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)