Skip to content

Commit 913d5b6

Browse files
committed
updated .travis.yml
1 parent e14fad4 commit 913d5b6

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.travis.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,23 @@ script:
88
- pub get
99
- pub global activate coverage
1010
- pub run test/rx_storage_test.dart
11-
- dart --disable-service-auth-codes --enable-vm-service=8111 --pause-isolates-on-exit test/rx_storage_test.dart &
12-
- nohup pub global run coverage:collect_coverage --port=8111 --out=coverage.json --wait-paused --resume-isolates
13-
- pub global run coverage:format_coverage --lcov --in=coverage.json --out=lcov.info --packages=.packages --report-on=lib
11+
- dart
12+
--disable-service-auth-codes
13+
--enable-vm-service=8111
14+
--pause-isolates-on-exit
15+
--enable-asserts
16+
test/rx_storage_test.dart &
17+
- nohup pub global run coverage:collect_coverage
18+
--port=8111
19+
--out=coverage.json
20+
--wait-paused
21+
--resume-isolates
22+
- pub global run coverage:format_coverage
23+
--lcov
24+
--in=coverage.json
25+
--out=lcov.info
26+
--packages=.packages
27+
--report-on=lib
1428
after_success:
1529
- bash <(curl -s https://codecov.io/bash)
1630
cache:

0 commit comments

Comments
 (0)