Only run master on Travis

Avoids double builds on PR + branch
pull/78/head
Kevin Moore 5 years ago committed by Kevin Moore
parent e0434bac2f
commit b0de11e051

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

Loading…
Cancel
Save