File tree 3 files changed +3
-39
lines changed
3 files changed +3
-39
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ before_install:
10
10
11
11
script :
12
12
- 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
18
16
- pub run build_runner test --delete-conflicting-outputs -- -p chrome
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ dev_dependencies:
18
18
build_runner : ^0.9.0
19
19
build_test : ^0.10.0
20
20
build_web_compilers : ^0.4.0
21
- dart_dev : ^1.9.2
22
- dart_style : ^1.0.0
23
- coverage : ^0.11.0
24
21
25
22
environment :
26
23
sdk : ' >=2-0-0-dev <2.0.0'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments