Skip to content

Commit

Permalink
Merge pull request #165 from fmessmer/test_noetic
Browse files Browse the repository at this point in the history
test noetic
  • Loading branch information
fmessmer committed Oct 17, 2020
2 parents a6cb3d9 + 3e6451c commit 705279b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ env:
- CATKIN_LINT=pedantic
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
- NOT_TEST_DOWNSTREAM=true
- PYLINT_ARGS="--output-format=parseable --errors-only"
- PYLINT2_CHECK=true
- PYLINT3_CHECK=true
- ROS_REPO=ros
- VERBOSE_OUTPUT=false
- VERBOSE_TESTS=false
Expand All @@ -24,10 +21,13 @@ env:
- ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=file
- ROS_DISTRO=melodic UPSTREAM_WORKSPACE=debian
- ROS_DISTRO=noetic UPSTREAM_WORKSPACE=file
- ROS_DISTRO=noetic UPSTREAM_WORKSPACE=debian
matrix:
allow_failures:
- env: ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
- env: ROS_DISTRO=melodic UPSTREAM_WORKSPACE=debian
- env: ROS_DISTRO=noetic UPSTREAM_WORKSPACE=debian
install:
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
script:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(cob_calibration_data)

find_package(catkin REQUIRED COMPONENTS cob_supported_robots)
Expand Down

0 comments on commit 705279b

Please sign in to comment.