Skip to content

Commit

Permalink
fix path to ros tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Jan 30, 2015
1 parent b42a98d commit 91d0ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ script:
- cd ..
- if [ "k$TRAVIS_WITH_SWIG" = "ktrue" ]; then build/bin/yarp conf 0 0 local; fi
- if [ "k$TRAVIS_WITH_SWIG" = "ktrue" ]; then YARP_DIR=$PWD/build SWIG_VERSIONS="1.3.40 2.0.12 3.0.2" ./scripts/admin/check-bindings.sh PYTHON JAVA LUA RUBY CSHARP PERL TCL; fi
- if [ "k$TRAVIS_WITH_ROS" = "ktrue" ]; then YARP_DIR=$PWD/build YARP_DATA_DIRS=build/share/yarp ./tests/integration/check-ros.sh; fi
- if [ "k$TRAVIS_WITH_ROS" = "ktrue" ]; then YARP_DIR=$PWD/build YARP_DATA_DIRS=build/share/yarp ./tests/integration/ros/index.sh; fi

after_success:
- cd build
Expand Down

0 comments on commit 91d0ce6

Please sign in to comment.