Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b91a6a5

Browse files
Update .travis.yml
1 parent d986804 commit b91a6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ before_script:
9494
- mkdir -p build
9595

9696
script:
97-
- if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ; sudo cmake --build . --target install; ./bin/behaviortree_cpp_test); fi
97+
- if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ; sudo cmake --build . --target install; ./bin/behaviortree_cpp_v3_test); fi
9898
- if [ "$ROS_DISTRO" != "none" ]; then (.ci_config/travis.sh); fi
9999

100100

0 commit comments

Comments
 (0)