Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
[CI] a little less :aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
joemfb committed Apr 12, 2019
1 parent 561296d commit 614461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function aqua(urb) {
urb.every(/TEST [^ ]* FAILED/, function(arg){
throw Error(arg);
});
return urb.line(":ph %run-all-tests");
return urb.line(":ph [%run-test %hi]");
})
.then(function(){
return urb.expectEcho("ALL TESTS SUCCEEDED")
Expand Down

0 comments on commit 614461f

Please sign in to comment.