Configuration for Travis and Appveyor

Can someone recommend a package whose .travis.yml and appveyor.yml files would serve as exemplars for other package developers? I just noticed that both the coveralls and codecov coverage status for my MixedModels package haven’t been updated for over a month and I’m not sure how to get that process restarted.

I tried to follow the example from the Literate.jl package mentioned in Coverage generation on Travis but was unsuccessful.

The template in the skeleton.jl package generator should work for .travis.yml, but it assumes a compatible structure for coverage and docs using projects.

Also it does not have Appveyor (yet, waiting for someone who uses it to make a PR). For that, see

Here: https://github.com/tpapp/skeleton.jl/pull/15
Wanted though to have a more dynamic solution. :slight_smile:

1 Like

Example.jl should generally be a good reference too.

1 Like