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.
1 parent b48babe commit 73ff0d3Copy full SHA for 73ff0d3
.travis.yml
@@ -18,9 +18,10 @@ dart_task:
18
before_script:
19
- dart --no-checked --snapshot=bin/pub.dart.snapshot --snapshot-kind=app-jit bin/pub.dart --help
20
21
-# Only building master means that we don't run two builds for each pull request.
+# Only building these branches means that we don't run two builds for each pull
22
+# request.
23
branches:
- only: [master, travis, features]
24
+ only: [master, travis, /^feature\./]
25
26
cache:
27
directories:
0 commit comments