scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Unable to test with PhantomJS #93

Closed scottohara closed 7 years ago

scottohara commented 9 years ago

This is mainly for the Travis CI builds (we test locally with Chrome, and on Travis with Firefox).

The reason is that PhantomJS doesn't support Function.bind(); so newer scripts (eg. less.js) fail.

Waiting for phantom 2.0

scottohara commented 9 years ago

https://github.com/travis-ci/travis-ci/issues/3225

scottohara commented 8 years ago

https://github.com/ariya/phantomjs/issues/12948 https://github.com/ariya/phantomjs/issues/12902

scottohara commented 7 years ago

Closing in favour of a switch to Chrome Headless