fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
611 stars 114 forks source link

Add Travis continuous integration config files #18

Closed GuilloOme closed 7 years ago

GuilloOme commented 7 years ago

Now that there is some unittest, it would be good to had a CI bot to build and verify the code before merging pull-request. Since Travis ci is integrated in Github, I use it for our fork of htcap.

Here is the config files, after the merge you only need to activate travis for the repo (the first 2 step of the doc here: https://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI%3A)