The 0.11 node branch test has been failing, saying that when phantomjs goes to run the jasmine tests it hits:
Warning: Cannot define property:4, object is not extensible. use --force to continue.
I think this is a node0.11 / grunt-contrib-jasmine / grunt-lib-phantomjs issue, because I was able to run the phantomJS binary directly and get it to work, so this seems to be an issue with how grunt is constructing the phantomjs context.
The 0.11 node branch test has been failing, saying that when phantomjs goes to run the jasmine tests it hits:
Warning: Cannot define property:4, object is not extensible. use --force to continue.
I think this is a node0.11 / grunt-contrib-jasmine / grunt-lib-phantomjs issue, because I was able to run the phantomJS binary directly and get it to work, so this seems to be an issue with how grunt is constructing the phantomjs context.