persvr / rql

Resource Query Language
http://www.persvr.org/
268 stars 49 forks source link

convert tests to intern and add travis ci #44

Closed neonstalwart closed 9 years ago

neonstalwart commented 9 years ago

this converts the tests to use intern so that they can be run in browsers on saucelabs via travis. the environments i've chosen for testing are kind of arbitrary so they probably need to be tweaked.

i created a persvr-ci saucelabs account and those are the credentials i've used in .travis.yml but those can easily be change to any other account.

i've also added 3 scripts in package.json to help with testing

this PR also closes #40

neonstalwart commented 9 years ago

i've added further support to work in older JS environments that don't support Array methods. IE8 has been added to the environments being tested by CI.

kriszyp commented 9 years ago

Can you check to make sure my changes to the paths in intern.js didn't screw anything up for you?

kriszyp commented 9 years ago

And thank you for this great commit!