Skip to content

Commit 0f296ff

Browse files
committed
[issue #301] Only run CI tests for master branch commits to limit our travis usage.
1 parent 302455a commit 0f296ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ env:
4545
jobs:
4646
allow_failures:
4747
- if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
48+
49+
# Only run CI for master branch commits to limit our travis usage
50+
branches:
51+
only:
52+
- master

0 commit comments

Comments
 (0)