Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Work around Travis errors caused by dart-lang/pub#2545
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 13, 2020
1 parent 2217c6c commit ed44757
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ branches:
# Semantic version tags and legacy branches of the form "1.2.x".
- "/^\\d+\\.\\d+\\.(\\d+([+-].*)?|x)$/"

# TODO(nweiz): Make this stable when Dart 2.10.0 launches with a fix for
# dart-lang/pub#2545.
dart: 2.8.1

cache:
directories:
- $HOME/.pub-cache
Expand Down Expand Up @@ -33,16 +37,12 @@ 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
- os: windows
dart_task: test
- dart: stable
os: osx
- os: osx
dart_task: test

# Static checks
Expand Down

0 comments on commit ed44757

Please sign in to comment.