Skip to content

Commit e9a7e74

Browse files
committed
Only build master and PRs, not branches *and* their PRs.
1 parent 5accbfe commit e9a7e74

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ script:
3535
# Usually, it's ok to finish the test scenario without reverting
3636
# to the addon's original dependency state, skipping "cleanup".
3737
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
38+
39+
# We build PRs, but don't trigger separate builds for the PR from the branch.
40+
branches:
41+
only:
42+
- master

appveyor.yml

+5
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ build: off
3737

3838
# Set build version format here instead of in the admin panel.
3939
version: "{build}"
40+
41+
# We build PRs, but don't trigger separate builds for the PR from the branch.
42+
branches:
43+
only:
44+
- master

0 commit comments

Comments
 (0)