Skip to content

Commit 24ca9aa

Browse files
authored
Merge pull request #2 from fmessmer/test_noetic
test noetic
2 parents a632ae3 + 9a79fe1 commit 24ca9aa

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.travis.rosinstall

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- git:
2+
uri: https://github.com/mojin-robotics/universal_robot.git
3+
local-name: universal_robot
4+
version: mojin-devel
5+
- git:
6+
uri: https://github.com/mojin-robotics/ur_msgs.git
7+
local-name: ur_msgs
8+
version: melodic-devel

.travis.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
language: generic
2+
services:
3+
- docker
4+
5+
cache:
6+
directories:
7+
- $HOME/.ccache
8+
9+
git:
10+
quiet: true
11+
12+
env:
13+
global:
14+
- CCACHE_DIR=$HOME/.ccache
15+
- ROS_REPO=main
16+
- UPSTREAM_WORKSPACE=file
17+
matrix:
18+
- ROS_DISTRO=kinetic
19+
- ROS_DISTRO=melodic
20+
- ROS_DISTRO=noetic
21+
22+
install:
23+
- git clone --quiet --depth=1 -b master https://github.com/ros-industrial/industrial_ci.git .industrial_ci
24+
25+
script:
26+
- .industrial_ci/travis.sh

0 commit comments

Comments
 (0)