Skip to content

Commit

Permalink
Run tests for feature branches (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 10, 2018
1 parent b48babe commit 73ff0d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73ff0d3

Please sign in to comment.