Skip to content

Commit b6db1cb

Browse files
committed
send some <3 to travis and builds will pass !
1 parent 67cbdd2 commit b6db1cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,5 +271,8 @@ if (options.evalCode) {
271271
console.error(e);
272272
}
273273
}
274+
if (stats.code === 0) {
275+
console.log('I AM HAPPY !');
276+
}
274277
process.exit(stats.code);
275278
}

0 commit comments

Comments
 (0)