Skip to content

Commit

Permalink
Port travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Dec 22, 2020
1 parent 083a745 commit 5be3b51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ notifications:

env:
global:
- DOCKER_IMAGE=moveit/moveit:melodic-source
- UPSTREAM_WORKSPACE=.rosinstall
- DOCKER_IMAGE=moveit/moveit2:eloquent-source
# - UPSTREAM_WORKSPACE=.rosinstall

jobs:
- env: TEST=clang-format
- env: TEST=code-coverage
- compiler: clang
env: DOCKER_IMAGE=moveit/moveit:master-source
env: DOCKER_IMAGE=moveit/moveit2:master-source

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

script:
- .moveit_ci/travis.sh

0 comments on commit 5be3b51

Please sign in to comment.