Skip to content

Commit

Permalink
Merge pull request #258 from k-okada/fix_travis
Browse files Browse the repository at this point in the history
Fix Travis CI
  • Loading branch information
k-okada committed Apr 25, 2022
2 parents d689703 + 6c685b4 commit 86b2439
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule ".travis"]
path = .travis
url = git://github.com/jsk-ros-pkg/jsk_travis.git
url = https://github.com/jsk-ros-pkg/jsk_travis.git
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ cache:
- $HOME/.ccache
- $HOME/.cache/pip
- $HOME/apt-cacher-ng
dist: trusty
sudo: required
dist: bionic
services:
- docker
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rtmros_gazebo [![Build Status](https://travis-ci.org/start-jsk/rtmros_gazebo.png)](https://travis-ci.org/start-jsk/rtmros_gazebo)
rtmros_gazebo [![Build Status](https://app.travis-ci.com/start-jsk/rtmros_gazebo.svg?branch=master)](https://app.travis-ci.com/start-jsk/rtmros_gazebo)
-------------

[gazebo] simulation for rtmros robots
Expand Down

0 comments on commit 86b2439

Please sign in to comment.