Skip to content

Commit f47dfa8

Browse files
committed
:/
1 parent 890d4cf commit f47dfa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ script:
88
- pod lib lint
99
deploy:
1010
provider: script
11-
script: rvm use default && pod trunk push
11+
script: ./scripts/push.sh
1212
on:
1313
tags: true

scripts/push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

3-
gem install --no-document cocoapods
3+
rvm use default
44
pod trunk push
55

0 commit comments

Comments
 (0)