mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Revert b12def5ab2 - instead update to testswarm@1.0.3, which always passes as a boolean.
This commit is contained in:
@@ -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 );
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user