Skip to content

Commit

Permalink
updated travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEstropia committed Mar 23, 2016
1 parent 71fd776 commit 8fc9946
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ env:
- DESTINATION="OS=8.3,name=iPhone 5S" SCHEME="GCDKit iOS" SDK=iphonesimulator9.3 RUN_TESTS="YES" POD_LINT="NO"
- DESTINATION="OS=8.2,name=iPhone 5" SCHEME="GCDKit iOS" SDK=iphonesimulator9.3 RUN_TESTS="YES" POD_LINT="NO"
- DESTINATION="OS=8.1,name=iPhone 4S" SCHEME="GCDKit iOS" SDK=iphonesimulator9.3 RUN_TESTS="YES" POD_LINT="YES"
- DESTINATION="OS=8.1,name=iPhone 4S" SCHEME="GCDKit iOS7" SDK=iphonesimulator9.3 RUN_TESTS="YES" POD_LINT="YES"
- DESTINATION="arch=x86_64" SCHEME="GCDKit OSX" SDK=macosx10.11 RUN_TESTS="YES" POD_LINT="NO"
- DESTINATION="OS=2.2,name=Apple Watch - 42mm" SCHEME="GCDKit watchOS" SDK=watchsimulator2.2 RUN_TESTS="NO" POD_LINT="NO"
- DESTINATION="OS=9.2,name=Apple TV 1080p" SCHEME="GCDKit tvOS" SDK=appletvsimulator9.2 RUN_TESTS="YES" POD_LINT="NO"
Expand Down
2 changes: 1 addition & 1 deletion GCDKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GCDKit"
s.version = "1.2.1"
s.version = "1.2.2"
s.license = "MIT"
s.summary = "GCDKit is Grand Central Dispatch simplified with Swift"
s.homepage = "https://github.com/JohnEstropia/GCDKit"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 8fc9946

Please sign in to comment.