chrono
chrono copied to clipboard
Leftover Travis CI references
Travis CI support was removed in #436 but there are still some leftover references remaining in the project.
https://github.com/chronotope/chrono/blob/3467172c31188006147585f6ed3727629d642fed/Makefile#L25
https://github.com/chronotope/chrono/blob/17d8c2af865f14b83154a0112f372fcf1718b481/Cargo.toml#L12
Thanks for the report @atouchet - will get this cleaned up along with some other changes in https://github.com/chronotope/chrono/pull/793
Since #793 got closed, I've made a new PR #816 containing only these fixes.
Thanks @cjrh - we will likely use https://github.com/chronotope/chrono/pull/814 to fix this, which includes all changes of your PR, but also removes the shell files used in CI in favour of putting everything in the yaml files.
Ah ok, I didn't know. Should I close my PR then?
I believe these leftover references are all gone now.
https://github.com/chronotope/chrono/blob/088b69372e93e64f144183fb3324cdb079736f8b/Makefile#L22
This file still references travis.sh.
@atouchet Thank you for looking into it again!
Removed the Makefile in https://github.com/chronotope/chrono/pull/1133.