Skip to content

Commit

Permalink
[.travis.yml] Add test for jade
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 17, 2015
1 parent 19cfcbe commit c46a01e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=false EXTRA_DEB="ros-hydro-pr2eus ros-hydro-joint-state-publisher" ROS_PARALLEL_JOBS="-j2 -l2" NOT_TEST_INSTALL="true"
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=true EXTRA_DEB="ros-indigo-pr2eus ros-indigo-joint-state-publisher" ROS_PARALLEL_JOBS="-j8"
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=false EXTRA_DEB="ros-indigo-pr2eus ros-indigo-joint-state-publisher" ROS_PARALLEL_JOBS="-j8" NOT_TEST_INSTALL="true"
- ROS_DISTRO=jade ROSWS=wstool BUILDER=catkin USE_DEB=true EXTRA_DEB="ros-jade-pr2eus ros-jade-joint-state-publisher" ROS_PARALLEL_JOBS="-j8"
- ROS_DISTRO=jade ROSWS=wstool BUILDER=catkin USE_DEB=false EXTRA_DEB="ros-jade-pr2eus ros-jade-joint-state-publisher" ROS_PARALLEL_JOBS="-j8" NOT_TEST_INSTALL="true"
script: source .travis/travis.sh
notifications:
email:
Expand Down

0 comments on commit c46a01e

Please sign in to comment.