Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
prep the release for 2.10 dev sdk (#147)
Browse files Browse the repository at this point in the history
This is in preparation for the actual 2.10 dev sdk release. This package needs to be published and pinned in flutter simultaneously with that release.
  • Loading branch information
jakemac53 authored Jul 22, 2020
1 parent 652b432 commit 9a9f7ef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
language: dart

dart:
- dev
- preview/raw/2.10.0-0.2-dev

jobs:
include:
- stage: analyze_and_format
name: "Analyze lib/"
dart: dev
dart: preview/raw/2.10.0-0.2-dev
os: linux
script: dartanalyzer --fatal-warnings --fatal-infos lib/
- stage: analyze_and_format
name: "Analyze test/"
dart: dev
dart: preview/raw/2.10.0-0.2-dev
os: linux
script: dartanalyzer --enable-experiment=non-nullable --fatal-warnings --fatal-infos test/
- stage: analyze_and_format
name: "Format"
dart: dev
dart: preview/raw/2.10.0-0.2-dev
os: linux
script: dartfmt -n --set-exit-if-changed .
- stage: test
name: "Vm Tests"
dart: dev
dart: preview/raw/2.10.0-0.2-dev
os: linux
script: pub run --enable-experiment=non-nullable test -p vm
- stage: test
name: "Web Tests"
dart: dev
dart: preview/raw/2.10.0-0.2-dev
os: linux
script: pub run --enable-experiment=non-nullable test -p chrome

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.15.0-nullsafety.2

Update for the 2.10 dev sdk.

## 1.15.0-nullsafety.1

* Allow the <=2.9.10 stable sdks.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: collection
version: 1.15.0-nullsafety.1
version: 1.15.0-nullsafety.2

description: Collections and utilities functions and classes related to collections.
homepage: https://www.github.com/dart-lang/collection

environment:
sdk: '>=2.9.0-20.0 <=2.9.10'
sdk: '>=2.10.0-0 <2.10.0'

dev_dependencies:
pedantic: ^1.0.0
Expand Down

0 comments on commit 9a9f7ef

Please sign in to comment.