QUST-Coder / official-website-backend

青科信院科技创新协会官网后端服务 topic:node purejs koa
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

enhancement: set up a CI to automatically build and test the project #12

Open PragmaTwice opened 5 years ago

PragmaTwice commented 5 years ago

I prefer CircleCI, because of high accessability to docker images. TravisCI is rubbish.

x7536110 commented 5 years ago

nice to have

PragmaTwice commented 5 years ago

Done. But npm test in CI configuration will cause a failure, because of the fucking exit 1 in package.json. It's all your work now. @x7536110