Skip to content

Commit

Permalink
Travis: travis_wait does not work with ROS-I tools (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-oquin committed Feb 1, 2018
1 parent 74ad801 commit 4f4fe47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ env:
- UPSTREAM_WORKSPACE=file
matrix:
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
# see: https://docs.travis-ci.com/user/common-build-problems/#My-builds-are-timing-out
install: travis_wait mvn install # suggested timeout workaround
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- source .ci_config/travis.sh

0 comments on commit 4f4fe47

Please sign in to comment.