File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Travis Continuous Integration Configuration File For ROS Control Projects
22# Author: Dave Coleman
3- language :
4- - cpp
5- - python
3+ sudo : required
4+ dist : trusty
5+ language : generic
66python :
77 - " 2.7"
88compiler :
@@ -16,11 +16,11 @@ notifications:
1616 on_failure : change # [always|never|change] # default: always
1717before_install : # Use this to prepare the system to install prerequisites or dependencies
1818 # Define some config vars
19- - export ROS_DISTRO=hydro
19+ - export ROS_DISTRO=indigo
2020 - export CI_SOURCE_PATH=$(pwd)
2121 - export REPOSITORY_NAME=${PWD##*/}
2222 - echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
23- - sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
23+ - sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu trusty main" > /etc/apt/sources.list.d/ros-latest.list'
2424 - wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
2525 - sudo apt-get update -qq
2626 - sudo apt-get install -qq -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-catkin ros-$ROS_DISTRO-ros
You can’t perform that action at this time.
0 commit comments