Skip to content

Commit dadb2c1

Browse files
committed
Travis: switch to melodic-source docker container
... to build against latest MoveIt melodic-devel branch
1 parent 0725f81 commit dadb2c1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ compiler: gcc
88
cache: ccache
99

1010
notifications:
11-
email:
12-
recipients:
13-
14-
11+
email: true
12+
1513
env:
1614
global:
17-
- ROS_DISTRO=melodic
15+
- DOCKER_IMAGE=moveit/moveit:melodic-source
1816
- UPSTREAM_WORKSPACE=.rosinstall
1917

2018
jobs:
2119
- env: TEST=clang-format
22-
- env: TEST=code-coverage ROS_REPO=ros-shadow-fixed
20+
- env: TEST=code-coverage
2321
- compiler: clang
2422
env: DOCKER_IMAGE=moveit/moveit:master-source
2523

0 commit comments

Comments
 (0)