Skip to content

Commit 4d41016

Browse files
committed
prevent multiple deployments
1 parent 63d30c3 commit 4d41016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ deploy:
4444
- provider: script
4545
script: make ship
4646
on:
47-
branch: master
47+
branch: master
48+
condition: CI_NODE_INDEX=0

0 commit comments

Comments
 (0)