File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,26 @@ language: julia
2
2
julia :
3
3
- 0.7
4
4
- 1.0
5
+ - 1.1
5
6
- nightly
7
+ matrix :
8
+ allow_failures :
9
+ - julia : nightly
6
10
sudo : required
7
- dist : trusty
11
+ dist : xenial
8
12
env :
9
13
global :
10
14
- PYTHON=python
11
15
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"
13
17
- wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
14
18
- 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
16
20
- sudo rosdep init
17
21
- rosdep update
18
22
before_script :
19
23
- export PATH=/usr/bin:$PATH
20
- - source /opt/ros/indigo /setup.sh
24
+ - source /opt/ros/kinetic /setup.sh
21
25
- roscore &
22
26
- sleep 5
23
27
- python test/echonode.py &
You can’t perform that action at this time.
0 commit comments