Skip to content

Commit

Permalink
Fixed travis build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
arturmiller committed Feb 10, 2019
1 parent b8aeaea commit 89c540b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .ci_config/dependencies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apt -qq install --no-install-recommends --allow-unauthenticated -y \
build-essential python-catkin-tools python-pip protobuf-compiler
pip install protobuf
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
dist: xenial
compiler:
- gcc
language: generic
language: python
services:
- docker
env:
matrix:
- ROS_DISTRO="kinetic"
before_install:
- sudo apt-get install -y protobuf-compiler
- pip install --user protobuf
matrix:
include:
- env: USE_DEB=true ROS_DISTRO=kinetic BEFORE_SCRIPT='sh .ci_config/dependencies.sh'
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
script:
- .industrial_ci/travis.sh

- .industrial_ci/travis.sh

0 comments on commit 89c540b

Please sign in to comment.