1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Only run master on Travis

Avoids double builds on PR + branch
This commit is contained in:
Kevin Moore
2019-05-07 13:30:05 -07:00
committed by Kevin Moore
parent e0434bac2f
commit b0de11e051

View File

@@ -28,3 +28,7 @@ cache:
notifications: notifications:
email: email:
brogdon+github@gmail.com brogdon+github@gmail.com
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]