Skip to content

Commit

Permalink
chore: log coveralls report to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Dec 12, 2015
1 parent 8fa091d commit b07f30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void coverage() {
if (coverageToken != null) {
// PubApp coverallsApp = new PubApp.global('dart_coveralls');
Pub.global.activate('dart_coveralls');
Process.runSync('dart_coveralls', [
run('dart_coveralls', arguments: [
'report',
'--retry',
'2',
Expand Down

0 comments on commit b07f30e

Please sign in to comment.