viniciuskneves / vue-eleicoes-2018

Eleições 2018 com Vue
http://vue-eleicoes-2018.surge.sh
MIT License
9 stars 3 forks source link

Setup CI #17

Closed viniciuskneves closed 5 years ago

viniciuskneves commented 5 years ago

Setup CI to run lint before merging. Could be any CI service.

JacksonIsaac commented 5 years ago

Working on it

JacksonIsaac commented 5 years ago

I tried to find documentations online, but didn't find anything much. Although, I did find one for using eslint with Travis: https://stackoverflow.com/questions/44463450/using-eslint-with-travis-ci

Let me know if I am the correct path or not :)

viniciuskneves commented 5 years ago

@JacksonIsaac you could try those tutorials:

It shouldn't be a fancy build. Let's start it with the simpler way possible. I mean just setup it with lint and then we think about improvements and so on...