From 162abd292ba49de170f308d0499c1b9ddde3eb44 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Mon, 20 Aug 2018 09:24:21 -0700 Subject: [PATCH] remove Travis for now --- .travis.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f2bff60..0000000 --- a/.travis.yml +++ /dev/null @@ -1,40 +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 - -dist: trusty -sudo: required -services: - - docker -language: generic -python: - - "2.7" -compiler: - - gcc - -notifications: - email: - on_success: always - on_failure: always - -env: - matrix: - - ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true - - ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu USE_DEB=true - - ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0 - - ROS_DISTRO="indigo" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0 - -matrix: - allow_failures: - - env: ROS_DISTRO="kinetic" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0 - - env: ROS_DISTRO="indigo" PRERELEASE=true PRERELEASE_DOWNSTREAM_DEPTH=0 - -branches: - only: - - master - - develop - -install: - - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config - -script: - - source .ci_config/travis.sh