Skip to content

Commit

Permalink
Integrate Travis using industrial_ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Feb 4, 2016
1 parent 7180e66 commit 705ffbe
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
sudo: required
dist: trusty
language: generic

compiler:
- gcc

notifications:
email:
on_failure: always

env:
matrix:
- USE_DEB=true
ROS_DISTRO="indigo"
ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- USE_DEB=true
ROS_DISTRO="indigo"
ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu

install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config

script:
- source .ci_config/travis.sh

0 comments on commit 705ffbe

Please sign in to comment.