Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bigprint
universal_robot
Commits
8b7e9eb2
Commit
8b7e9eb2
authored
Mar 07, 2019
by
Miguel Prada
Committed by
G.A. vd. Hoorn
Mar 07, 2019
Browse files
Require kinetic checks to pass and add optional melodic checks to Travis CI (#406)
parent
019bd455
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
8b7e9eb2
sudo
:
required
dist
:
trusty
language
:
generic
sudo
:
required
dist
:
trusty
language
:
generic
compiler
:
-
gcc
notifications
:
...
...
@@ -17,13 +17,16 @@ env:
-
USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
-
USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
-
USE_DEB=true ROS_DISTRO="kinetic" PRERELEASE=true
-
USE_DEB=true ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
-
USE_DEB=true ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
-
USE_DEB=true ROS_DISTRO="melodic" PRERELEASE=true
matrix
:
allow_failures
:
-
env
:
USE_DEB=true ROS_DISTRO="
kinet
ic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
-
env
:
USE_DEB=true ROS_DISTRO="
kinet
ic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
-
env
:
USE_DEB=true ROS_DISTRO="
kinet
ic" PRERELEASE=true
-
env
:
USE_DEB=true ROS_DISTRO="
melod
ic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
-
env
:
USE_DEB=true ROS_DISTRO="
melod
ic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
-
env
:
USE_DEB=true ROS_DISTRO="
melod
ic" PRERELEASE=true
install
:
-
git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script
:
script
:
-
source .ci_config/travis.sh
# - source ./travis.sh # Enable this when you have a package-local script
# - source ./travis.sh # Enable this when you have a package-local script
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment