Skip to content

Commit

Permalink
Add kinetic to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed May 17, 2018
1 parent 36a9cd9 commit f99fc32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,8 @@ env:
- USE_DEB=false
matrix:
# Travis
- ROS_DISTRO=indigo USE_TRAVIS=true USE_DOCKER=true DOCKER_IMAGE="wkentaro/jsk_apc" ROS_PARALLEL_JOBS="-j2"
- ROS_DISTRO=indigo USE_TRAVIS=true USE_DOCKER=true DOCKER_IMAGE="wkentaro/jsk_apc:indigo" ROS_PARALLEL_JOBS="-j2"
- ROS_DISTRO=kinetic USE_TRAVIS=true USE_DOCKER=true DOCKER_IMAGE="wkentaro/jsk_apc:kinetic" ROS_PARALLEL_JOBS="-j2"
# # Jenkins
# - ROS_DISTRO=indigo DOCKER_IMAGE_JENKINS="wkentaro/jsk_apc" ROS_PARALLEL_JOBS="-j4"

Expand Down

0 comments on commit f99fc32

Please sign in to comment.