JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
237 stars 41 forks source link

Update CI #118

Closed devmotion closed 4 years ago

devmotion commented 4 years ago

This PR updates CompatHelper (doesn't require a custom Julia installation + can be started manually now), TagBot (can be started manually now), Gitlab CI (test on Julia stable), and Travis (tests on Julia 1.2, stable, and nightly + no duplicate tests + coverage), and removes AppVeyor (not tested currently). Moreover, the badges in the README are corrected.

You might still want to disable tests on travis-ci.org, currently the package is tested both on travis-ci.org and the newer travis-ci.com.

devmotion commented 4 years ago

Test errors are the same as in the master branch and the CompatHelper PR, I guess they might be caused by some change in FiniteDiff.

ChrisRackauckas commented 4 years ago

I'll merge this to make sure CI is updated, and indeed this library needs a fix, possibly FiniteDiff