Closed k-okada closed 4 years ago
after this PR you need to write
- ./.travis/travis.sh
on your
.travis.yaml
, instead of- source ./.travis/travis.sh
I think this means we have to fix ALL repositories using jsk_travis
because all repositories using jsk_travis
use source
:
https://github.com/jsk-ros-pkg/jsk_travis/pull/385#issuecomment-568443940
https://github.com/jsk-ros-pkg/jsk_travis/pull/385#issuecomment-568628094
https://github.com/jsk-ros-pkg/jsk_travis/pull/385#issuecomment-568629793
Is this OK for you?
@pazeshun currently only jsk_recognition
requires this update, other repository do not have to update .travis.yml
.
@k-okada Thank you for your response. I understand.
also cleanup travis rusult, after this PR you need to write
on your
.travis.yaml
, instead of