Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit e96624e

Browse files
Whitelist master for after-merge build to avoid long travis build queue (#362)
1 parent 30e5f5a commit e96624e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,13 @@ after_success:
190190
fi
191191

192192

193+
#=============================================================================
194+
# Whitelist master branch to run Travis CI with it after merge
195+
#=============================================================================
196+
branches:
197+
only:
198+
- master
199+
193200
#=============================================================================
194201
# Documentation deployment
195202
#=============================================================================

0 commit comments

Comments
 (0)