frextrite / coala-jetbrains

coala plugin for JetBrains IDEs - coala provides a unified interface for linting and fixing code with a single configuration file, regardless of the programming languages used.
https://coala.io
GNU Affero General Public License v3.0
2 stars 1 forks source link

Travis CI #4

Closed ksdme closed 5 years ago

ksdme commented 5 years ago

We need Travis or some other CI system setup. This should at least run coala and should also run the required tests.

frextrite commented 5 years ago

I'll take a look at this in the next week or the first week of the second phase.

ksdme commented 5 years ago

This needs to be done in this phase, basic infrastructure to test and lint check your code needs to exist. I am sorry I did not point this out soon enough.

frextrite commented 5 years ago

Okay, I'll try implementing this as well.

What should be the complexity of the basic builds? Single OS (any Linux distro) + run tests + build plugin would work?

lint check your code

Can you explain this?

ksdme commented 5 years ago

What should be the complexity of the basic builds? Single OS (any Linux distro) + run tests + build plugin would work?

That should be enough for now.

Can you explain this?

Run coala on CI.