Revert b12def5ab2 - instead update to testswarm@1.0.3, which always passes as a boolean.

This commit is contained in:
Jörn Zaefferer
2013-05-31 10:47:10 +02:00
parent b12def5ab2
commit cb3e7496e8
2 changed files with 2 additions and 4 deletions

View File

@@ -64,10 +64,8 @@ function submit( commit, runs, configFile, extra, done ) {
}, function( error, passed ) {
if ( error ) {
grunt.log.error( error );
done( false );
return;
}
done();
done( passed );
});
}

View File

@@ -64,7 +64,7 @@
"grunt-html": "0.3.3",
"grunt-git-authors": "1.2.0",
"rimraf": "2.1.4",
"testswarm": "1.0.0-alpha"
"testswarm": "1.0.3"
},
"keywords": []
}