Skip to content

Commit 9f081c7

Browse files
authored
Only run travis on master branch (flutter#70)
1 parent 08ddc8a commit 9f081c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ dart_task:
1010
- dartanalyzer
1111
- dartfmt
1212

13+
branches:
14+
only: [master]
15+
1316
matrix:
1417
# Only run dartfmt checks with stable.
1518
exclude:

0 commit comments

Comments
 (0)