We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e9c55f + 7b3d13f commit 030f171Copy full SHA for 030f171
.travis.yml
@@ -45,3 +45,8 @@ env:
45
jobs:
46
allow_failures:
47
- 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