kits-ab / LogLady

Log file viewer
https://loglady.dev/
MIT License
8 stars 0 forks source link

CONFIG: Snabba upp processen Travis gör #369

Open Eightquake opened 4 years ago

Eightquake commented 4 years ago

CONFIG: Improve Travis checks and processes

Currently, we are using Husky hooks to make sure tests pass and every file is linted before committing changes. Then, when we add a Pull Request to merge those changes, Travis runs the same tests to make sure they pass and then lints the code again. After that, it tries to pack the electron application and then discards it all.

All in all, a PR check takes a few minutes, which is required for a merge.

Could the Travis process be improved and sped up somehow?

Eightquake commented 4 years ago

After PR #378, the Travis config is a bit different.

It can still be improved on though! Here are some thoughts on it: