Skip to content

Commit 41565a1

Browse files
committed
Switch travis environment to ubuntu 14.04
1 parent ccd77dd commit 41565a1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@ language: julia
22
julia:
33
- nightly
44
- release
5-
5+
sudo: required
6+
dist: trusty
67
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"
89
- wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
910
- 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
1112
- sudo rosdep init
1213
- rosdep update
1314
before_script:
14-
- source /opt/ros/hydro/setup.sh
15+
- export PATH=/usr/bin:$PATH
16+
- source /opt/ros/indigo/setup.sh
1517
- roscore &
1618
- sleep 5
1719
- python test/echonode.py &

0 commit comments

Comments
 (0)