Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
snozawa committed Nov 21, 2016
1 parent 53d1bc8 commit b054249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ notifications:
slack: jsk-robotics:Av7tc8wj3IWkLYvlTzHE7x2g
env:
global:
- CATKIN_PARALLEL_JOBS="-p1 -iv"
- ROS_PARALLEL_TEST_JOBS="-j1"
- CATKIN_PARALLEL_TEST_JOBS="-j1"
matrix:
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=false BEFORE_SCRIPT='$CI_SOURCE_PATH/.travis_before_script_jsk_recognition_utils.bash'
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=true
script: source .travis/travis.sh
before_script:
- export ROS_PARALLEL_JOBS="-j2 -l2"
- export ROS_PARALLEL_JOBS="-j1 -l1"

0 comments on commit b054249

Please sign in to comment.