Skip to content

Commit 8f1c475

Browse files
author
Felix Exner
committed
Revert "explicitly add catkin_lint to the ci pipeline"
This reverts commit 3108a45.
1 parent 8897cf2 commit 8f1c475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
global:
1111
- CCACHE_DIR=$HOME/.ccache
1212
matrix:
13-
- ROS_DISTRO="kinetic" ROS_REPO=ros UPSTREAM_WORKSPACE=file CATKIN_LINT=true
14-
- ROS_DISTRO="melodic" ROS_REPO=ros UPSTREAM_WORKSPACE=file CATKIN_LINT=true
13+
- ROS_DISTRO="kinetic" ROS_REPO=ros UPSTREAM_WORKSPACE=file
14+
- ROS_DISTRO="melodic" ROS_REPO=ros UPSTREAM_WORKSPACE=file
1515
- ROS_DISTRO="kinetic" CLANG_FORMAT_CHECK=file CLANG_FORMAT_VERSION=6.0
1616

1717
install:

0 commit comments

Comments
 (0)