Skip to content

Commit db6efa3

Browse files
committed
Merge pull request #203 from otamachan/travis-trusty-indigo
Switch TravisCI to run on Trusty and Indigo
2 parents ef54621 + f24039b commit db6efa3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
66
python:
77
- "2.7"
88
compiler:
@@ -16,11 +16,11 @@ notifications:
1616
on_failure: change #[always|never|change] # default: always
1717
before_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

0 commit comments

Comments
 (0)