bestiejs / json3

A JSON polyfill. No longer maintained.
https://bestiejs.github.io/json3
Other
1.02k stars 150 forks source link

Add .travis.yml #44

Closed bnjmnt4n closed 10 years ago

bnjmnt4n commented 10 years ago

We could also test in Rhino and others like Lodash.

ghost commented 10 years ago

That would be awesome. This is a great start, though—thanks, @d10! Incidentally, would you like commit rights to JSON 3? I haven't been able to devote much time to maintaining it, and you've submitted several solid pull requests.

bnjmnt4n commented 10 years ago

Sure. I just realised that we have a test that is always going to fail (Anticipated ES6 Changes). Is there any way to make the test optional?)

ghost commented 10 years ago

Yep, I just restricted the test to JSON 3's implementation.

bnjmnt4n commented 10 years ago

I've improved the .travis.yml file, but it seems that Travis isn't activated for the repo yet. If you go to travis-ci.org/profile, enable it, then push another commit it should work. Additionally, since spec does not exit with test codes, some of the tests report as passing when they failed. Will fix them as soon as possible. Currently at d10/json3