Skip to content

Commit 3d0a417

Browse files
committed
update travis to not use dart_dev
1 parent 2f93587 commit 3d0a417

File tree

3 files changed

+3
-39
lines changed

3 files changed

+3
-39
lines changed

Diff for: .travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ before_install:
1010

1111
script:
1212
- pub run build_runner build --delete-conflicting-outputs
13-
- pub run dart_dev format --check
14-
- pub run dart_dev analyze
15-
- pub run dart_dev test -p vm
16-
- pub run dart_dev coverage --no-html
17-
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov
13+
- dartfmt -n --set-exit-if-changed lib/
14+
- dartanalyzer --fatal-warnings --fatal-infos lib/
15+
- pub run build_runner test --delete-conflicting-outputs
1816
- pub run build_runner test --delete-conflicting-outputs -- -p chrome

Diff for: pubspec.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ dev_dependencies:
1818
build_runner: ^0.9.0
1919
build_test: ^0.10.0
2020
build_web_compilers: ^0.4.0
21-
dart_dev: ^1.9.2
22-
dart_style: ^1.0.0
23-
coverage: ^0.11.0
2421

2522
environment:
2623
sdk: '>=2-0-0-dev <2.0.0'

Diff for: tool/dev.dart

-31
This file was deleted.

0 commit comments

Comments
 (0)