We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5accbfe commit e9a7e74Copy full SHA for e9a7e74
.travis.yml
@@ -35,3 +35,8 @@ script:
35
# Usually, it's ok to finish the test scenario without reverting
36
# to the addon's original dependency state, skipping "cleanup".
37
- 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
@@ -37,3 +37,8 @@ build: off
# Set build version format here instead of in the admin panel.
version: "{build}"
43
44
0 commit comments