Skip to content

Commit 5f00f60

Browse files
authored
update travis config (#152)
- change old keys - add clang compiler for master build
1 parent 07f62aa commit 5f00f60

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This config file for Travis CI utilizes https://github.com/ros-planning/moveit_ci package.
2-
sudo: required
1+
# This config file for Travis CI utilizes https://github.com/ros-planning/moveit_ci .
2+
os: linux
33
dist: bionic
44
services:
55
- docker
@@ -16,10 +16,12 @@ env:
1616
global:
1717
- ROS_DISTRO=melodic
1818
- UPSTREAM_WORKSPACE=.rosinstall
19-
matrix:
20-
- TEST=clang-format
21-
- TEST=code-coverage ROS_REPO=ros-shadow-fixed
22-
- DOCKER_IMAGE=moveit/moveit:master-source
19+
20+
jobs:
21+
- env: TEST=clang-format
22+
- env: TEST=code-coverage ROS_REPO=ros-shadow-fixed
23+
- compiler: clang
24+
env: DOCKER_IMAGE=moveit/moveit:master-source
2325

2426
before_script:
2527
- git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci

0 commit comments

Comments
 (0)