h2org / h2-core

Supporting light weight extensions for heavy task lifting
MIT License
0 stars 6 forks source link

Create a basic CI file #8

Closed poush closed 4 years ago

poush commented 4 years ago

In this task, a basic Travis CI file needs to be created. The name of the file will be .travis.yml and for now, we need basic checks only. It should run tsc command.

You can try to improve with more checks but for now tsc is required.

divija-palleti commented 4 years ago

Just to clarify you wanted a tsc command on the existing YAML file right?

poush commented 4 years ago

I forgot that the old Travis file was still there in the codebase. Can you also remove npm run test and instead, put npm run lint and tsc in respective order.

asciarp08 commented 4 years ago

Do we need to add the Travis badge, if so, can I get the link?

divija-palleti commented 4 years ago

I forgot that the old Travis file was still there in the codebase. Can you also remove npm run test and instead, put npm run lint and tsc in respective order.

Done!