Temporarily pin Travis Dart SDK to 2.0.0-dev.63.0 (flutter/engine#5586)

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.
This commit is contained in:
Chris Bracken 2018-06-21 15:55:28 -07:00 committed by GitHub
parent 0474c47fec
commit ed32e3e102

View File

@ -1,6 +1,6 @@
language: dart
dart:
- dev
- "dev/release/2.0.0-dev.63.0"
sudo: false
before_script:
- ./travis/setup.sh