Skip to content

Commit 72e3bb2

Browse files
authored
Update .travis.yml (#129)
1 parent 2b2921f commit 72e3bb2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: trusty
1+
dist: xenial
22
sudo: required
33
compiler:
44
- gcc
@@ -7,9 +7,10 @@ node_js:
77
- "6"
88
- "7"
99
- "8"
10+
- "10"
1011
env:
1112
global:
12-
- ROS_DISTRO=indigo
13+
- ROS_DISTRO=kinetic
1314
- ROS_CI_DESKTOP="`lsb_release -cs`" # e.g. [precise|trusty|...]
1415
- CI_SOURCE_PATH=$(pwd)
1516
- ROSINSTALL_FILE=$CI_SOURCE_PATH/dependencies.rosinstall
@@ -26,9 +27,9 @@ branches:
2627
before_install:
2728
- sudo apt-get install -y dpkg # to upgrade to dpkg >= 1.17.5ubuntu5.8, which fixes https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1730627
2829
- sudo sh -c "echo \"deb http://packages.ros.org/ros/ubuntu $ROS_CI_DESKTOP main\" > /etc/apt/sources.list.d/ros-latest.list"
29-
- sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
30+
- sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
3031
- sudo apt-get update -qq
31-
- sudo apt-get install -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-catkin
32+
- sudo apt-get install -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-ros-base
3233
- source /opt/ros/$ROS_DISTRO/setup.bash
3334
# Prepare rosdep to install dependencies.
3435
- sudo rosdep init

0 commit comments

Comments
 (0)