Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Do less travis work. (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey authored and kharland committed Jun 11, 2017
1 parent a6023a8 commit 70ff95e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ dart_task:
# If we're successful this far, then report coverage information to coveralls.
after_script: dart tool/coverage.dart

# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]

# The Dart language is constantly being worked on, and sometimes the dev and
# stable builds don't agree on what is considered formatted or what is analysis
# warning free (though this does not effect _using_ the library, likely).
Expand Down

0 comments on commit 70ff95e

Please sign in to comment.