diff --git a/.travis.yml b/.travis.yml index 15ee29ad0..477740d56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,10 @@ dart_task: before_script: - dart --no-checked --snapshot=bin/pub.dart.snapshot --snapshot-kind=app-jit bin/pub.dart --help -# 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 +# request. branches: - only: [master, travis, features] + only: [master, travis, /^feature\./] cache: directories: