Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to new version of industrial_ci #56

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
sudo: required
language: generic
dist: trusty
services:
- docker

env:
global:
- BEFORE_SCRIPT='./setup_poco_ppa.sh'
- AFTER_INIT='./setup_poco_ppa.sh'
matrix:
- ROS_DISTRO="kinetic" ROS_REPO=ros NOT_TEST_INSTALL=true CATKIN_LINT=true
- ROS_DISTRO="kinetic" ROS_REPO=ros CATKIN_LINT=true

install:
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .ci_config
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b master

script:
- .ci_config/travis.sh
2 changes: 1 addition & 1 deletion setup_poco_ppa.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo "deb http://ppa.launchpad.net/gezakovacs/poco/ubuntu xenial main" >> /etc/apt/sources.list.d/gezakovacs-poco.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FC91AE7E
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D45DF2E8FC91AE7E
apt-get update
apt-get install -y --no-install-recommends libpoco-dev