Skip to content

Commit

Permalink
Merge branch 'master' of github.com:robofit/artable-msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
artable-dev committed Dec 7, 2018
2 parents b11cb03 + 613996f commit 02c4914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ before_install:
- sudo sh -c "echo \"deb http://packages.ros.org/ros/ubuntu $ROS_CI_DESKTOP 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 -qq
- sudo apt-get install -y dpkg # https://github.com/travis-ci/travis-ci/issues/9361#issuecomment-408431262
- sudo apt-get install -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-catkin python-catkin-lint
- source /opt/ros/$ROS_DISTRO/setup.bash
# Prepare rosdep to install dependencies.
Expand Down Expand Up @@ -103,7 +104,7 @@ script:
- catkin build
- source devel/setup.bash
- catkin_lint $CI_SOURCE_PATH
- cd ~/catkin_ws/src/artable-msgs
- cd ~/catkin_ws/src/arcor-msgs
- chmod +x run_tests.sh
- ./run_tests.sh

Expand Down

0 comments on commit 02c4914

Please sign in to comment.