publiclab / simple-data-grapher

Turns CSVs into graphs in a few simple steps; embeds onto other websites!
https://publiclab.github.io/simple-data-grapher/
GNU General Public License v3.0
38 stars 52 forks source link

Setup Travis CI in the project #98

Closed debck closed 4 years ago

debck commented 4 years ago

Please Note: We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more

What's the feature request? Please describe.

Travis CI makes developing software efficient and it ensures we deploy clean code that follows good practice and also detects if there are possible bugs or deficits in our code caused by a change or refactor in our project.

Describe the solution you'd like

So we should set up Travis CI in this project by creating a file .travis.yml in the root directory with proper configuration.

Additional context

This service simply means to automate the process by running test cases each time a new commit is pushed.

Thank You 😊

debck commented 4 years ago

Uploaded on GCI dashboard

SidharthBansal commented 4 years ago

Published

Uzay-G commented 4 years ago

Hey @debck, I would like to work on this when my other task is approved. When it is, I will test the Travis CI on my fork of the repo.

debck commented 4 years ago

Yes sure. You can claim this issue on GCI and then carry on the work.