modified CI setting

This commit is contained in:
Will Son 2021-02-24 16:45:20 +09:00
parent 99d5fd1e03
commit ea412e823a
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ name: Lint
# events but only for the master branch
on:
push:
branches: [ ros2, ros2-devel, dashing-devel, eloquent-devel ]
branches: [ ros2, ros2-devel, dashing-devel, foxy-devel, galactic-devel ]
pull_request:
branches: [ ros2, ros2-devel ]
@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
linter: [copyright, cppcheck, cpplint, uncrustify, pep8, pep257, xmllint]
distribution: [dashing, eloquent]
distribution: [dashing, foxy]
steps:
- uses: actions/checkout@v2.3.4
- uses: ros-tooling/setup-ros@0.1.0

View File

@ -27,4 +27,4 @@ matrix:
include:
- script: .ros2ci/travis.bash dashing
- script: .ros2ci/travis.bash foxy
- script: .ros2ci/travis.bash rolling
# - script: .ros2ci/travis.bash rolling