Skip to content

Commit

Permalink
Added parallel jobs to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
UltronDestroyer committed Jun 19, 2017
1 parent 8bc28ae commit 43fb44a
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 @@ -15,9 +15,9 @@ notifications:
- [email protected]
env:
matrix:
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" PRERELEASE=true
- ROS_DISTRO="kinetic" ROS_PARALLEL_JOBS='-j8 -l8' ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_PARALLEL_JOBS='-j8 -l8' ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_PARALLEL_JOBS='-j8 -l8' PRERELEASE=true
matrix:
allow_failures:
- env: ROS_DISTRO="kinetic" PRERELEASE=true
Expand Down

0 comments on commit 43fb44a

Please sign in to comment.