Skip to content

Commit

Permalink
Temporarily pin Travis Dart SDK to 2.0.0-dev.63.0 (flutter#5586)
Browse files Browse the repository at this point in the history
This is a temporary workaround to unbreak the build. The breakage was
caused by differences in the latest released dev Dart SDK
(2.0.0-dev.64.0) and the version currently used by Flutter
(2.0.0-dev.63.0).

Revert once the SDK has been updated in the engine.
  • Loading branch information
cbracken authored Jun 21, 2018
1 parent ab1b0db commit 349d9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: dart
dart:
- dev
- "dev/release/2.0.0-dev.63.0"
sudo: false
before_script:
- ./travis/setup.sh
Expand Down

0 comments on commit 349d9d9

Please sign in to comment.