Skip to content

Commit

Permalink
Merge pull request #1804 from wkentaro/use-deb-true
Browse files Browse the repository at this point in the history
Set USE_DEB=true for indigo on travis for stable testing
  • Loading branch information
k-okada authored Aug 7, 2016
2 parents ae20edb + 2c8aa6a commit dd35246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ env:
- USE_JENKINS=true
matrix:
- ROS_DISTRO=hydro USE_DEB=false CATKIN_TOOLS_BUILD_OPTIONS="-iv --summarize --no-status --no-color"
- ROS_DISTRO=indigo USE_DEB=false NUMBER_OF_LOGS=12
- ROS_DISTRO=indigo USE_DEB=true NUMBER_OF_LOGS=12
- ROS_DISTRO=indigo USE_DEB=false BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script_released_testing.bash' ROS_REPOSITORY_PATH="http://packages.ros.org/ros/ubuntu" NUMBER_OF_LOGS=12
- ROS_DISTRO=indigo USE_DEB=false BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script_opencv3.bash' NUMBER_OF_LOGS=12 BUILD_PKGS='checkerboard_detector imagesift jsk_perception jsk_recognition_utils resized_image_transport'
- ROS_DISTRO=indigo USE_DEB=false BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script_pcl1.8.bash' NUMBER_OF_LOGS=12 BUILD_PKGS='jsk_pcl_ros_utils jsk_pcl_ros'
- ROS_DISTRO=indigo USE_DEB=true BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script_pcl1.8.bash' NUMBER_OF_LOGS=12 BUILD_PKGS='jsk_pcl_ros_utils jsk_pcl_ros'
- ROS_DISTRO=jade USE_DEB=false
script:
- source .travis/travis.sh
Expand Down

0 comments on commit dd35246

Please sign in to comment.