Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.
84 stars 39 forks source link

Set up tests with Travis #53

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago

This adds a basic smoke test that the major mode works.

See #49.

I don't have the power to enable Travis or Coveralls on this organisation, but I've enabled them on my fork, so you can see this config working:

russel commented 7 years ago

@Wilfred I have set things up on Travis-CI for the organisation repository to be tested. I also amended the README.md to display the build result.

Wilfred commented 7 years ago

Thanks. I've enabled coverage too.