added travis option to test using source

This commit is contained in:
Pyo
2018-03-22 15:50:12 +09:00
parent b15d2ab7de
commit 91e791fa55
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
- git: {local-name: robotis_controller_msgs, uri: 'https://github.com/ROBOTIS-GIT/ROBOTIS-Framework-msgs.git', version: master}

View File

@ -18,8 +18,9 @@ notifications:
- pyo@robotis.com
env:
matrix:
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian
# - ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian
# - ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=jessie
- ROS_DISTRO=kinetic ROS_REPO=ros UPSTREAM_WORKSPACE=file OS_NAME=debian OS_CODE_NAME=jessie $ROSINSTALL_FILENAME=".robotis_framework.rosinstall"
branches:
only:
- master