Skip to content

Commit

Permalink
Fix xacro's path
Browse files Browse the repository at this point in the history
  • Loading branch information
coord-e committed Apr 11, 2018
1 parent e579447 commit 8142da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sudo: true
dist: trusty
script:
- |
git clone https://github.com/ros/xacro --depth 1
export PYTHONPATH=\$PYTHONPATH:$(pwd)/xacro/src
python3 xacro/xacro.py --inorder --xacro-ns robots/yamax.xacro > yamax.urdf
git clone https://github.com/ros/xacro --depth 1 xacro-src
export PYTHONPATH=\$PYTHONPATH:$(pwd)/xacro-src/src
python3 xacro-src/xacro.py --inorder --xacro-ns robots/yamax.xacro > yamax.urdf
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
Expand Down

0 comments on commit 8142da4

Please sign in to comment.