We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6fbe0 commit 86a9c12Copy full SHA for 86a9c12
.travis.yml
@@ -10,16 +10,15 @@ services:
10
- xvfb
11
language: python
12
python:
13
- - "3.4"
+ - "3.6"
14
env:
15
global:
16
- JOB_PATH=/tmp/devel_job
17
- ABORT_ON_TEST_FAILURE=1
18
matrix:
19
- - ROS_DISTRO_NAME=indigo OS_NAME=ubuntu OS_CODE_NAME=trusty ARCH=amd64
20
- ROS_DISTRO_NAME=kinetic OS_NAME=ubuntu OS_CODE_NAME=xenial ARCH=amd64
21
- - ROS_DISTRO_NAME=lunar OS_NAME=ubuntu OS_CODE_NAME=xenial ARCH=amd64
22
- ROS_DISTRO_NAME=melodic OS_NAME=ubuntu OS_CODE_NAME=bionic ARCH=amd64
+ - ROS_DISTRO_NAME=noetic OS_NAME=ubuntu OS_CODE_NAME=focal ARCH=amd64
23
# matrix:
24
# allow_failures:
25
# - env: ROS_DISTRO_NAME=kinetic OS_NAME=ubuntu OS_CODE_NAME=xenial ARCH=amd64
0 commit comments