Skip to content

Commit cbc76fa

Browse files
committed
chore: min version of Dart to 1.9.0-dev.8.0
Closes angular#681
1 parent 5e798c6 commit cbc76fa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ env:
1010
- ARCH=linux-x64
1111
matrix:
1212
- MODE=js DART_CHANNEL=stable
13-
- MODE=dart DART_CHANNEL=stable
13+
# Dissabled until Dart v1.9 hits stable
14+
# - MODE=dart DART_CHANNEL=stable
1415
- MODE=dart DART_CHANNEL=dev
1516

1617
before_install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you don't already have `npm`, get it by installing [node.js](http://nodejs.or
1515
3. `npm install -g protractor` (you might need to prefix this command with `sudo`)
1616
4. `webdriver-manager update`
1717
5. If you plan to use Dart:
18-
1. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/) - Includes the `pub` command line tool. This repository requires `pub` in version `>=1.4.0`
18+
1. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/) - Includes the `pub` command line tool. This repository requires `pub` in version `>=1.9.0-dev.8.0 <2.0.0`
1919
2. [Add the Dart SDK's `bin` directory to your system path](https://www.dartlang.org/tools/pub/installing.html)
2020
3. Get the pub packages you need: `pub get`
2121
6. `gulp build`

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: angular
22
environment:
3-
sdk: '>=1.4.0'
3+
sdk: '>=1.9.0-dev.8.0 <2.0.0'
44
dependencies:
55
stack_trace: '>=1.1.1 <1.2.0'
66

0 commit comments

Comments
 (0)