Skip to content

Commit

Permalink
downgrade rosdep to 0.11.5 in hydro test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke authored and 130s committed Aug 2, 2017
1 parent 6dfcee8 commit bb2d6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
- BEFORE_SCRIPT='echo current dir: $(pwd)'

matrix:
- ROS_DISTRO=hydro USE_MOCKUP='industrial_ci/mockups/industrial_ci_testpkg'
- ROS_DISTRO=hydro USE_MOCKUP='industrial_ci/mockups/industrial_ci_testpkg' BEFORE_SCRIPT="cd /tmp && pip install rosdep==0.11.5"
- ROS_DISTRO=indigo USE_MOCKUP='industrial_ci/mockups/industrial_ci_testpkg'
- ROS_DISTRO=indigo USE_MOCKUP='industrial_ci/mockups/industrial_ci_testpkg' ROSDEP_SKIP_KEYS="rospy_tutorials rostest" EXPECT_EXIT_CODE=1
- ROS_DISTRO=indigo USE_MOCKUP='industrial_ci/mockups/testpkg_broken_install' EXPECT_EXIT_CODE=1
Expand Down

0 comments on commit bb2d6fc

Please sign in to comment.