Skip to content

Commit cb3e749

Browse files
committed
Revert b12def5 - instead update to testswarm@1.0.3, which always passes as a boolean.
1 parent b12def5 commit cb3e749

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@ function submit( commit, runs, configFile, extra, done ) {
6464
}, function( error, passed ) {
6565
if ( error ) {
6666
grunt.log.error( error );
67-
done( false );
68-
return;
6967
}
70-
done();
68+
done( passed );
7169
});
7270
}
7371

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"grunt-html": "0.3.3",
6565
"grunt-git-authors": "1.2.0",
6666
"rimraf": "2.1.4",
67-
"testswarm": "1.0.0-alpha"
67+
"testswarm": "1.0.3"
6868
},
6969
"keywords": []
7070
}

0 commit comments

Comments
 (0)