Skip to content

Commit

Permalink
.travis.yml: run clang-format with 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Sep 29, 2021
1 parent 3e9bd91 commit 33d3970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: generic
env:
- CHECK_PYTHON3_COMPILE=true
- TEST=catkin_lint DOCKER_IMAGE=ubuntu:bionic
- TEST=clang-format DOCKER_IMAGE=ubuntu:bionic
- TEST=clang-format DOCKER_IMAGE=ubuntu:focal
- TEST=clang-tidy ROS_DISTRO=melodic DOCKER_IMAGE=ubuntu:bionic
- ROS_DISTRO=hydro DOCKER_IMAGE=ubuntu:precise
- OPENCV_VERSION=2 ROS_DISTRO=indigo DOCKER_IMAGE=ubuntu:trusty
Expand Down

0 comments on commit 33d3970

Please sign in to comment.