Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Fix Travis CI after repo name changed to PX4-Avoidance (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
bys1123 authored Mar 22, 2021
1 parent 5355f24 commit 0a2a73b
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 @@ -74,7 +74,7 @@ script:
- catkin build
- source ~/catkin_ws/devel/setup.bash
# Check for clang format
- cd src/avoidance
- cd src/PX4-Avoidance
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
- (cd tools && ./check_state_machine_diagrams.sh)
- catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release -DCATKIN_ENABLE_TESTING=False -DDISABLE_SIMULATION=ON && catkin build
Expand Down

0 comments on commit 0a2a73b

Please sign in to comment.