How to change Travis-CI and codecov from vsimko/nasadata to Eflores89/nasadata
Currently, the links in README.md point to the status of vsimko/nasadata repository.
If you want the build to be performed on this repo and not on my forked repo, you need to:
- Set up an account at https://travis-ci.org/ and turn on builds for
Eflores89/nasadata - Set up an account at https://codecov.io
- Edit
README.mdas follows:
[](https://travis-ci.org/Eflores89/nasadata)
[](https://codecov.io/github/Eflores89/nasadata?branch=master)
Excuse my huge ignorance, but I have no idea what travis-ci is... To build, do I have to download and compile? I'm really lost...
No problem ;-) Travis is a cloud-based continuous integration service that provides infrastructure for free for open source projects hosted on github. You dont have to download anything. Currently, I configured the build process in my fork using the .travis.yml file. I just created this issue to guide you how to configure it on this repository rather than on the forked repo.