I’m following the tutorial to develop a package in Julia from this url:
I’m created the repository in this url:
So, the problem is the travis-ci badge points to the url:
https://travis-ci.com/gabomgp4@gmail.com/ClickTable.jl
I’m think that the correct url must be:
https://travis-ci.com/gabomgp4/ClickTable.jl
With the firtst url, appers the message:
We couldn’t find the repository
gabomgp4@gmail.com/ClickTable.
With the second url, the travis-ci page opens without problems. So, where can i look for problem in mi travis-ci account? or maybe the source problem is somewhere else?