Skip to content
Snippets Groups Projects
Commit c5a5a40a authored by Mathias Lüdtke's avatar Mathias Lüdtke Committed by G.A. vd. Hoorn
Browse files

clean-up Travis CI config (#438)

parent 4dc05496
Branches
No related tags found
No related merge requests found
sudo: required
dist: trusty
language: generic language: generic
compiler: services:
- gcc - docker
notifications: notifications:
email: email:
on_success: always on_success: always
on_failure: always on_failure: always
env: env:
matrix: matrix:
- USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu - ROS_DISTRO="kinetic" ROS_REPO=ros
- USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu - ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed
- USE_DEB=true ROS_DISTRO="kinetic" PRERELEASE=true - ROS_DISTRO="kinetic" PRERELEASE=true
- USE_DEB=true ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu - ROS_DISTRO="melodic" ROS_REPO=ros
- USE_DEB=true ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu - ROS_DISTRO="melodic" ROS_REPO=ros-shadow-fixed
- USE_DEB=true ROS_DISTRO="melodic" PRERELEASE=true - ROS_DISTRO="melodic" PRERELEASE=true
matrix: matrix:
allow_failures: allow_failures:
- env: USE_DEB=true ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu - env: ROS_DISTRO="melodic" ROS_REPO=ros
- env: USE_DEB=true ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu - env: ROS_DISTRO="melodic" ROS_REPO=ros-shadow-fixed
- env: USE_DEB=true ROS_DISTRO="melodic" PRERELEASE=true - env: ROS_DISTRO="melodic" PRERELEASE=true
install: install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config - git clone --quiet --depth=1 https://github.com/ros-industrial/industrial_ci.git .ci_config
script: script:
- source .ci_config/travis.sh - source .ci_config/travis.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment