Skip to content

Commit 9031283

Browse files
committed
Switch Travis testing to ubuntu 18.04
1 parent feb5194 commit 9031283

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
@@ -7,20 +7,20 @@ matrix:
77
allow_failures:
88
- julia: nightly
99
sudo: required
10-
dist: xenial
10+
dist: bionic
1111
env:
1212
global:
1313
- PYTHON=python
1414
before_install:
15-
- sudo apt-add-repository -y "deb http://packages.ros.org/ros/ubuntu xenial main"
16-
- wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
15+
- sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
16+
- sudo apt-add-repository -y "deb http://packages.ros.org/ros/ubuntu bionic main"
1717
- sudo apt-get update
18-
- sudo apt-get -y install ros-kinetic-ros-base ros-kinetic-common-msgs
18+
- sudo apt-get -y install python-rosdep ros-melodic-ros-base ros-melodic-common-msgs
1919
- sudo rosdep init
2020
- rosdep update
2121
before_script:
2222
- export PATH=/usr/bin:$PATH
23-
- source /opt/ros/kinetic/setup.sh
23+
- source /opt/ros/melodic/setup.sh
2424
- roscore &
2525
- sleep 5
2626
- python test/echonode.py &

0 commit comments

Comments
 (0)