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

Skip to content

Commit 947b649

Browse files
author
Davide Faconti
committed
travis update
1 parent ca08cab commit 947b649

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
@@ -39,7 +39,7 @@ before_script:
3939
- mkdir -p build
4040

4141
script:
42-
- if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ;cmake --build .; ./bin/behaviortree_cpp_test); fi
42+
- if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ; sudo cmake --build . --target install; ./bin/behaviortree_cpp_test); fi
4343
- if [ "$ROS_DISTRO" != "none" ]; then (.ci_config/travis.sh); fi
4444

4545

0 commit comments

Comments
 (0)