Skip to content

Commit 890d4cf

Browse files
committed
[Travis CI] Setup RVM on deploy
1 parent 8000132 commit 890d4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: ./scripts/push.sh
11+
script: rvm use default && pod trunk push
1212
on:
1313
tags: true

0 commit comments

Comments
 (0)