We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e747935 commit ebc8350Copy full SHA for ebc8350
.travis.yml
@@ -11,8 +11,9 @@ install:
11
12
env:
13
# ros2
14
- - HUB_REPO=ros2 HUB_RELEASE=ardent HUB_OS_NAME=ubuntu HUB_OS_CODE_NAME=xenial
15
- - HUB_REPO=ros2 HUB_RELEASE=bouncy HUB_OS_NAME=ubuntu HUB_OS_CODE_NAME=bionic
+ - HUB_REPO=ros HUB_RELEASE=crystal HUB_OS_NAME=ubuntu HUB_OS_CODE_NAME=bionic
+ - HUB_REPO=ros HUB_RELEASE=bouncy HUB_OS_NAME=ubuntu HUB_OS_CODE_NAME=bionic
16
+ - HUB_REPO=ros HUB_RELEASE=ardent HUB_OS_NAME=ubuntu HUB_OS_CODE_NAME=xenial
17
# ros
18
- HUB_REPO=ros HUB_RELEASE=melodic HUB_OS_NAME=ubuntu HUB_OS_CODE_NAME=bionic
19
- HUB_REPO=ros HUB_RELEASE=melodic HUB_OS_NAME=debian HUB_OS_CODE_NAME=stretch
0 commit comments