Skip to content

Commit 5dee176

Browse files
Test with language == Swift
1 parent 5c4d28f commit 5dee176

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
language: objective-c
1+
language: swift
22
script:
3-
- xcodebuild -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator -destination "platform=iOS Simulator,name=iPhone 7" -configuration Debug -enableCodeCoverage YES clean build test | xcpretty
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:
5-
- bash <(curl -s https://codecov.io/bash)
5+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)