Skip to content

Commit b4ca604

Browse files
committed
Update Travis CI config to test on Ubuntu Xenial 16.04
1 parent 0c1bf09 commit b4ca604

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@ language: julia
22
julia:
33
- 0.7
44
- 1.0
5+
- 1.1
56
- nightly
7+
matrix:
8+
allow_failures:
9+
- julia: nightly
610
sudo: required
7-
dist: trusty
11+
dist: xenial
812
env:
913
global:
1014
- PYTHON=python
1115
before_install:
12-
- sudo apt-add-repository -y "deb http://packages.ros.org/ros/ubuntu trusty main"
16+
- sudo apt-add-repository -y "deb http://packages.ros.org/ros/ubuntu xenial main"
1317
- wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
1418
- sudo apt-get update
15-
- sudo apt-get -y install ros-indigo-ros-base ros-indigo-common-msgs
19+
- sudo apt-get -y install ros-kinetic-ros-base ros-kinetic-common-msgs
1620
- sudo rosdep init
1721
- rosdep update
1822
before_script:
1923
- export PATH=/usr/bin:$PATH
20-
- source /opt/ros/indigo/setup.sh
24+
- source /opt/ros/kinetic/setup.sh
2125
- roscore &
2226
- sleep 5
2327
- python test/echonode.py &

0 commit comments

Comments
 (0)