yuki-koyama / mathtoolbox

Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen
https://yuki-koyama.github.io/mathtoolbox/
MIT License
257 stars 35 forks source link

Remove Travis? #62

Closed yuki-koyama closed 4 years ago

yuki-koyama commented 4 years ago

Now that this repository uses GitHub Actions to test on macOS and Ubuntu (16.04/18.04), it is not necessary to rely on Travis CI for testing. It is worth considering to remove the dependency to keep the workflow as simple as possible.