arvgta / ajaxify

Ajaxify - The Ajax Plugin
https://4nf.org/
274 stars 124 forks source link

Add travis support. #149

Closed Nenglish7 closed 6 years ago

Nenglish7 commented 6 years ago

It is a good idea to test your code to ensure every function is working the way it should.

arvgta commented 6 years ago

Hi Nicholas,

thanks for starting this thread and the interesting proposal.

I tried reading the docs but don't seem to get it:

How difficult is it to install Travis and what are the benefits?

Thanks again!

Nenglish7 commented 6 years ago

I usually program with php. It is fairly easy to use with php for sure. I am working on a branch that will allow travis support for JavaScript with the repository. All you need to do is add the Travis Ci service in order for it to work. Once i finished ill create a pull request and you can review the changes.

Nenglish7 commented 6 years ago

Also if you do not won't to use Travis Ci their are some other services like AppVeyor and Codacy. It is really based on preference.

arvgta commented 6 years ago

Hi Nicholas,

you're right, I don't want to use this in order to keep things simple...

Thanks anyway!