We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7515b3b commit 4cb9376Copy full SHA for 4cb9376
1 file changed
.travis.yml
@@ -1,5 +1,4 @@
1
language: objective-c
2
-cache: cocoapods
3
rvm: 2.4.2
4
osx_image: xcode10
5
@@ -23,6 +22,6 @@ script:
23
22
- xcodebuild -project "$PROJECT" -scheme 'SwiftyTimer watchOS' -sdk iphonesimulator -destination 'name=Apple Watch - 42mm' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build | xcpretty
24
- xcodebuild -project "$PROJECT" -scheme 'SwiftyTimer OS X' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build | xcpretty
25
26
- - pod _1.1.0.rc2_ lib lint
+ - pod lib lint
27
28
- xcodebuild -archivePath 'Tests' -project SwiftyTimerTests/SwiftyTimerTests.xcodeproj -scheme 'SwiftyTimerTests' archive && Tests.xcarchive/Products/Applications/SwiftyTimerTests.app/Contents/MacOS/SwiftyTimerTests
0 commit comments