Skip to content

Commit 3b2f4df

Browse files
committed
add build as post install step[
1 parent f6d04c6 commit 3b2f4df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ before_install:
1111
- gem install cocoapods # Since Travis is not always on latest version
1212
- pod install --project-directory=Example
1313

14+
after_success:
15+
- ./build.sh
16+
1417
deploy:
1518
provider: script
1619
script: ./Tools/push.sh

0 commit comments

Comments
 (0)