Skip to content

Commit 38c9405

Browse files
committed
[travis] Move deployment to script
1 parent 46793e1 commit 38c9405

File tree

2 files changed

+4
-1
lines changed

2 files changed

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

scripts/push.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
pod trunk push
3+

0 commit comments

Comments
 (0)