Skip to content

Commit 513bbb3

Browse files
authored
Merge pull request #213 from dahlia/macos-auto-rebuilder
Automatically rebuild macOS build (upto 5 times) if it's failed
2 parents 30af397 + 37eb839 commit 513bbb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ before_deploy:
9898
fi
9999
notifications:
100100
webhooks:
101-
urls: ['https://webhooks.gitter.im/e/29cc2477daa438db4e9d']
101+
urls:
102+
- https://webhooks.gitter.im/e/29cc2477daa438db4e9d
103+
- 'http://travis-auto-rebuilder.herokuapp.com/76caecf7-abe1-4122-9fcc-aa5226dc10f8/?jobs=1&retries=5'
102104
on_success: change
103105
on_failure: always
104106
on_start: never

0 commit comments

Comments
 (0)