Skip to content

Commit

Permalink
Merge pull request UniversalRobots#2 from fmessmer/test_noetic
Browse files Browse the repository at this point in the history
test noetic
  • Loading branch information
fmessmer committed Dec 2, 2020
2 parents a632ae3 + 9a79fe1 commit 24ca9aa
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- git:
uri: https://github.com/mojin-robotics/universal_robot.git
local-name: universal_robot
version: mojin-devel
- git:
uri: https://github.com/mojin-robotics/ur_msgs.git
local-name: ur_msgs
version: melodic-devel
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: generic
services:
- docker

cache:
directories:
- $HOME/.ccache

git:
quiet: true

env:
global:
- CCACHE_DIR=$HOME/.ccache
- ROS_REPO=main
- UPSTREAM_WORKSPACE=file
matrix:
- ROS_DISTRO=kinetic
- ROS_DISTRO=melodic
- ROS_DISTRO=noetic

install:
- git clone --quiet --depth=1 -b master https://github.com/ros-industrial/industrial_ci.git .industrial_ci

script:
- .industrial_ci/travis.sh

0 comments on commit 24ca9aa

Please sign in to comment.