File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,18 @@ language: julia
2
2
julia :
3
3
- nightly
4
4
- release
5
-
5
+ sudo : required
6
+ dist : trusty
6
7
before_install :
7
- - sudo apt-add-repository -y "deb http://packages.ros.org/ros/ubuntu precise main"
8
+ - sudo apt-add-repository -y "deb http://packages.ros.org/ros/ubuntu trusty main"
8
9
- wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
9
10
- sudo apt-get update
10
- - sudo apt-get -y install ros-hydro -ros-base ros-hydro -common-msgs
11
+ - sudo apt-get -y install ros-indigo -ros-base ros-indigo -common-msgs
11
12
- sudo rosdep init
12
13
- rosdep update
13
14
before_script :
14
- - source /opt/ros/hydro/setup.sh
15
+ - export PATH=/usr/bin:$PATH
16
+ - source /opt/ros/indigo/setup.sh
15
17
- roscore &
16
18
- sleep 5
17
19
- python test/echonode.py &
You can’t perform that action at this time.
0 commit comments