Skip to content

Commit

Permalink
Stop testing on Dart dev to work around dart-lang/pub#2545
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpeterson30489 committed Jul 21, 2020
1 parent d77fce0 commit 27be355
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
# Testing
- dart: stable
dart_task: test
- dart: dev
dart_task: test
# TODO(nweiz): Enable this when dart-lang/pub#2545 is fixed.
# - dart: dev
# dart_task: test
- dart: stable
os: windows
dart_task: test
Expand Down

0 comments on commit 27be355

Please sign in to comment.