Skip to content

Commit 705279b

Browse files
authored
Merge pull request #165 from fmessmer/test_noetic
test noetic
2 parents a6cb3d9 + 3e6451c commit 705279b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ env:
1313
- CATKIN_LINT=pedantic
1414
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
1515
- NOT_TEST_DOWNSTREAM=true
16-
- PYLINT_ARGS="--output-format=parseable --errors-only"
17-
- PYLINT2_CHECK=true
18-
- PYLINT3_CHECK=true
1916
- ROS_REPO=ros
2017
- VERBOSE_OUTPUT=false
2118
- VERBOSE_TESTS=false
@@ -24,10 +21,13 @@ env:
2421
- ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
2522
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=file
2623
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=debian
24+
- ROS_DISTRO=noetic UPSTREAM_WORKSPACE=file
25+
- ROS_DISTRO=noetic UPSTREAM_WORKSPACE=debian
2726
matrix:
2827
allow_failures:
2928
- env: ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
3029
- env: ROS_DISTRO=melodic UPSTREAM_WORKSPACE=debian
30+
- env: ROS_DISTRO=noetic UPSTREAM_WORKSPACE=debian
3131
install:
3232
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
3333
script:

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.3)
1+
cmake_minimum_required(VERSION 3.0.2)
22
project(cob_calibration_data)
33

44
find_package(catkin REQUIRED COMPONENTS cob_supported_robots)

0 commit comments

Comments
 (0)