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 #5

Closed frextrite closed 5 years ago

frextrite commented 5 years ago

Add Travis CI

Closes #4

ksdme commented 5 years ago

If you think adding coala requires time, feel free to make another issue regarding adding coala to Travis config and merge this PR with build tests.

ksdme commented 5 years ago

It looks like you have tests on the repo too, I don't see them being run here.

frextrite commented 5 years ago

It looks like you have tests on the repo too, I don't see them being run here.

I ran the script locally first and it was running all the tests fine. I'll take a look again.

EDIT: The tests are actually being run. Here's the line in the log which shows all the tests have passed.