Skip to content

Commit 8e2ef87

Browse files
Merge pull request #1100 from travis-ci/deploy
prevent multiple deployments
2 parents 3d285b9 + feec1cf commit 8e2ef87

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)