From 1903e2a025061bb2b4591ae42db77bf68b1c5ab8 Mon Sep 17 00:00:00 2001 From: Michael Ferguson Date: Fri, 18 Jan 2019 19:12:10 -0500 Subject: [PATCH] remove travis --- .travis.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index adc693b17f..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -# This config file for Travis CI utilizes ros-industrial/industrial_ci package. -# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst -sudo: required -dist: trusty -services: - - docker -language: generic -compiler: - - gcc -notifications: - email: - on_success: always - on_failure: always - recipients: - - gm130s@gmail.com -env: - matrix: - - ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true - - ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0 -matrix: - allow_failures: - - env: ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0 -install: - - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config && source .ci_config/travis.sh