naltun / eyes

👀 🖥️ Golang rewrite of eyes.sh. Let's you perform domain/IP address information gathering. Wasn't it esr who said "With enough eyeballs, all your IP info are belong to us?" 🔍 🕵️
GNU General Public License v2.0
51 stars 8 forks source link

Using CI #5

Closed sahitpj closed 5 years ago

sahitpj commented 5 years ago

Hey @naltun since we are developing a package wouldn't it be good to use CI?

naltun commented 5 years ago

It can't hurt, so yeah. I think so. I've only used Jenkins, not TravisCI. I think Jenkins would be overkill, tbh.

Have you used TravisCI before?

sahitpj commented 5 years ago

Yeah I have used Travis CI before and works well and it feels like an assurance that our module is working.

So I think we should add it

naltun commented 5 years ago

Agreed. Want to set it up? Like I said, I've someone visiting until the 15th of September so I've no free time after work. :(

I can get the initial project connected to the platform, and we can go from there. If you'd like, you can take care of the dotfile for Travis.

sahitpj commented 5 years ago

Yeah sure I would be glad to !!

naltun commented 5 years ago

I just set up my TravisCI account. I'll have to tinker with this.

naltun commented 5 years ago

@sahitpj Woohoo. We got CI now. Now just to beef up the .travis.yml file :). Closing this.