Skip to content

Commit

Permalink
Updated Travis file to fix coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Nov 11, 2018
1 parent 64da91c commit 9ef0e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ after_script:
- pub global activate coverage
- dart --pause-isolates-on-exit --enable-vm-service=9292 test/treasury_direct_test.dart &
- pub global run coverage:collect_coverage --uri=http://127.0.0.1:9292/ -o coverage.json --resume-isolates
- bash <(curl -s https://codecov.io/bash) -t a519c310-b26d-49ed-9367-7503bcc9f494 -f coverage.json
- bash <(curl -s https://codecov.io/bash) -f coverage.json

0 comments on commit 9ef0e9c

Please sign in to comment.