Skip to content

Commit

Permalink
Don't run Travis on stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Jul 13, 2018
1 parent e3dd2f2 commit f3fcaf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ language: dart

dart:
- dev
- stable

# See https://docs.travis-ci.com/user/languages/dart/ for details.
dart_task:
Expand All @@ -19,10 +18,9 @@ dart_task:
# them against each Dart version.
matrix:
include:
- dart: stable
dart_task: dartfmt
- dart: dev
dart_task: dartanalyzer
dart_task: dartfmt

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

0 comments on commit f3fcaf9

Please sign in to comment.