davidtinker / grails-cors

Grails plugin to add Cross-Origin Resource Sharing (CORS) headers
38 stars 21 forks source link

Travis integration #6

Open pschneider-manzell opened 11 years ago

pschneider-manzell commented 11 years ago

I've added a simple .travis.yaml file to enable travis builds.

I've managed to get my fork build by travis with these settings: https://travis-ci.org/pschneider-manzell/grails-cors

Currently the plugin is tested against openJDK and OracleJDK with grails 2.1.1

Steps to activate Travis (after merging pull request which activates the test dependencies):

To do: