jmreidy / grunt-mocha-webdriver

Grunt task to run Mocha tests against a WebDriver source - either PhantomJS or Sauce Labs
MIT License
36 stars 17 forks source link

Report status to sauce #69

Closed ChrisWren closed 10 years ago

ChrisWren commented 10 years ago

This will report pass/fail status to Sauce Labs for historical purposes and for status badges.

jmreidy commented 10 years ago

Up in 1.0.6

ChrisWren commented 10 years ago

Awesome!

jmreidy commented 10 years ago

@ChrisWren Any thoughts on why this would be erroring on Travis?

ChrisWren commented 10 years ago

Seems unrelated: https://travis-ci.org/jmreidy/grunt-mocha-webdriver/jobs/25531640#L624

Looks to be an issue with node 0.8 installing stuff.

ChrisWren commented 10 years ago

Maybe remove support for node 0.8 and add node 0.11 to get ready for .12 stable?