Skip to content

Commit

Permalink
DO NOT MERGE THIS: use branch of ros2/rosdistro containing ros_version
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Oct 28, 2018
1 parent 1e5aa13 commit 0b4d123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
sudo: required
services:
- docker
env: JOB_TYPE=devel REPOSITORY_NAME=rcl
env: JOB_TYPE=devel REPOSITORY_NAME=rcl ROSDISTRO_INDEX_URL=https://raw.githubusercontent.com/ros2/rosdistro/ros_version/index.yaml
before_script:
# install colcon for test results
- pip install colcon-core colcon-test-result
Expand All @@ -36,7 +36,7 @@ matrix:
sudo: required
services:
- docker
env: JOB_TYPE=prerelease UNDERLAY_REPOSITORY_NAMES="ament_cmake_ros" OVERLAY_PACKAGE_NAMES=rcutils
env: JOB_TYPE=prerelease UNDERLAY_REPOSITORY_NAMES="ament_cmake_ros" OVERLAY_PACKAGE_NAMES=rcutils ROSDISTRO_INDEX_URL=https://raw.githubusercontent.com/ros2/rosdistro/ros_version/index.yaml
before_script:
# install colcon for test results
- pip install colcon-core colcon-test-result
Expand All @@ -52,7 +52,7 @@ matrix:
sudo: required
services:
- docker
env: JOB_TYPE=devel BUILD_TOOL=colcon REPOSITORY_NAME=roscpp_core
env: JOB_TYPE=devel BUILD_TOOL=colcon REPOSITORY_NAME=roscpp_core ROSDISTRO_INDEX_URL=https://raw.githubusercontent.com/ros2/rosdistro/ros_version/index.yaml
before_script:
# install colcon for test results
- pip install colcon-core colcon-test-result
Expand Down

0 comments on commit 0b4d123

Please sign in to comment.