Skip to content

Commit 73ff0d3

Browse files
authored
Run tests for feature branches (#1803)
1 parent b48babe commit 73ff0d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ dart_task:
1818
before_script:
1919
- dart --no-checked --snapshot=bin/pub.dart.snapshot --snapshot-kind=app-jit bin/pub.dart --help
2020

21-
# Only building master means that we don't run two builds for each pull request.
21+
# Only building these branches means that we don't run two builds for each pull
22+
# request.
2223
branches:
23-
only: [master, travis, features]
24+
only: [master, travis, /^feature\./]
2425

2526
cache:
2627
directories:

0 commit comments

Comments
 (0)