Skip to content

Commit

Permalink
Merge pull request #18 from filiph/chalin-min-sdk-2.0.0-0806
Browse files Browse the repository at this point in the history
Set min SDK to 2.0.0, and clean up `.travis.yml`
  • Loading branch information
filiph authored Aug 6, 2018
2 parents ad1ca56 + e12a3ef commit 087e8af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
language: dart

dart: dev
dart: stable

env:
global:
- DART_VM_OPTIONS=--preview-dart-2
- LIBS="bin lib test"

script:
- dartanalyzer --preview-dart-2 --fatal-warnings $LIBS
- dartanalyzer --fatal-warnings $LIBS # --fatal-infos --fatal-hints
- dartfmt -n --set-exit-if-changed $LIBS
- pub run test -x integration
# https://github.com/dart-lang/sdk/issues/33430
# - dart --preview-dart-2 test/e2e_test.dart
- dart test/e2e_test.dart

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

- Set min SDK to 2.0.0.

## 2.0.3

- Add missing dependency on stream_channel
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: https://github.com/filiph/linkcheck
author: 'Filip Hracek <[email protected]>'

environment:
sdk: '>=2.0.0-dev <3.0.0'
sdk: '>=2.0.0 <3.0.0'

dependencies:
args: ^1.4.3
Expand All @@ -23,7 +23,7 @@ dependencies:
stream_channel: ^1.6.8

dev_dependencies:
dhttpd: '>=2.0.0 <4.0.0'
dhttpd: ^3.0.0
test: ^1.0.0

executables:
Expand Down

0 comments on commit 087e8af

Please sign in to comment.