I’m experimenting setting up a Julia package in GitHub, with code coverage and testing using Travis. I’ve been following Chris Rackauckas’ excellent video.
The repository is here. It’s just a toy thing that’s nonetheless useful for use in testing some economics packages. The package is built using PkgTemplates, with Documenter{TravisCI}() selected for document generation.
I’ve:
got Travis set up, I think correctly,
got Documenter installed;
generated and installed keys as per the documenter docs;
I had similar problems and @Tamas_Papp fixed me up. Look at my tale of confusion at
It’s a bit subtle. I think “stable” goes with your most recent tag and “dev” goes with your master branch. It is now working ok for me. Look at what I’ve managed to do at
Brilliant: got it. Didn’t think to check the dev branch and, as you say, the stable branch duly turned up once I had tagged a release. I’m not 100% (or even 50%) sure what’s really going on here, but it does now work. Many thanks.