russplaysguitar / UnderscoreCF

An UnderscoreJS port for Coldfusion. Functional programming library.
http://russplaysguitar.github.com/UnderscoreCF/
MIT License
89 stars 38 forks source link

Get Travis-CI working #40

Closed russplaysguitar closed 9 years ago

russplaysguitar commented 10 years ago

See: https://github.com/marcins/cfml-ci

russplaysguitar commented 9 years ago

@ericlynnpeterson is currently working on this. see: https://github.com/ericlynnpeterson/UnderscoreCF

elpete commented 9 years ago

Hey, quick question. It doesn't look like closures are supported in CF9 or earlier. That means this library isn't supported in CF9 or earlier. That's fine, but I wanted to double check here before removing the CF9 test case from TravisCI.

Also, it looks like testBind is failing on Railo 4.1 and 4.2. Can anyone else confirm that? I want to make sure the library is failing and not my TravisCI build.

Thanks.

elpete commented 9 years ago

The pull request is open at https://github.com/russplaysguitar/UnderscoreCF/pull/48.

russplaysguitar commented 9 years ago

I guess I should probably finish the integration on Travis-CI's site and add a build status image to the readme before closing this.