Skip to content

Commit

Permalink
Travis: use industrial_ci for tests (utexas-bwi/bwi#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-oquin committed Feb 5, 2018
1 parent b2e47ae commit 73bc51f
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
language: cpp
sudo: required
dist: trusty
language: generic
compiler:
- gcc
- clang
env:
global:
- UPSTREAM_WORKSPACE=file
matrix:
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
install:
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install ros-groovy-catkin
- sudo apt-get install ros-groovy-serial
- source /opt/ros/groovy/setup.bash
- sudo apt-get install python-rosdep
- sudo rosdep init
- rosdep update
- rosdep install --from-paths . --ignore-src --rosdistro groovy -y
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- make
- make test
- source .ci_config/travis.sh

0 comments on commit 73bc51f

Please sign in to comment.