Skip to content

Commit

Permalink
Merge pull request #1179 from pazeshun/decrease-travis-rosinstall
Browse files Browse the repository at this point in the history
Stop building unnecessary packages on indigo to speed up travis
  • Loading branch information
k-okada authored Nov 19, 2019
2 parents b72d890 + 471ba5e commit 8c50a76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis
10 changes: 6 additions & 4 deletions .travis.rosinstall.indigo
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
local-name: PR2/app_manager
uri: https://github.com/PR2/app_manager.git
version: kinetic-devel
# fetch_bringup.launch in jsk_fetch_startup requires respeaker_ros 2.1.13 or upper
# indigo is already EOL and 2.1.13 is never released. (2019/08/16)
- git:
local-name: jsk-ros-pkg
uri: https://github.com/jsk-ros-pkg/jsk_3rdparty.git
version: 2.1.13
# https://github.com/jsk-ros-pkg/jsk_robot/pull/1017#issuecomment-519573806
- tar:
local-name: jsk_3rdparty/respeaker_ros
uri: https://github.com/tork-a/jsk_3rdparty-release/archive/release/kinetic/respeaker_ros/2.1.13-1.tar.gz
version: jsk_3rdparty-release-release-kinetic-respeaker_ros-2.1.13-1
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cache:
pip: true
directories:
- $HOME/.ccache
- $HOME/apt-cacher-ng
sudo: required
services:
- docker
Expand Down

0 comments on commit 8c50a76

Please sign in to comment.