Skip to content

Commit 770cfbc

Browse files
committed
travis change
1 parent bb8cd20 commit 770cfbc

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ before_deploy:
1616

1717
deploy:
1818
skip_cleanup: true
19-
# - provider: script
20-
# script: ./Tools/push.sh
21-
# on:
22-
# tags: true
2319
- provider: releases
2420
api_key:
2521
secure: $GITHUB_TOKEN
2622
file: Leanplum.framework.zip
2723
draft: true
2824
on:
2925
tags: true
30-
26+
- provider: script
27+
script: ./Tools/push.sh
28+
on:
29+
tags: true

Leanplum-iOS-SDK-source.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Pod::Spec.new do |s|
66
s.name = 'Leanplum-iOS-SDK-source'
7-
s.version = '2.2.1-beta.3'
7+
s.version = '2.2.1-beta.4'
88
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
99
s.description = <<-DESC
1010
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app

Leanplum-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Leanplum-iOS-SDK'
11-
s.version = '2.2.1-beta.3'
11+
s.version = '2.2.1-beta.4'
1212
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
1313
s.description = <<-DESC
1414
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app

0 commit comments

Comments
 (0)