Skip to content

Commit

Permalink
Fix typos TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilano committed May 15, 2018
1 parent 977575c commit bd48cae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ install:
- git clone https://github.com/gsilano/med_uav_description.git
- git clone https://github.com/gsilano/rotors_simulator.git
- git clone https://github.com/gsilano/mav_comm.git
- cd ~/catkin_ws/src/rotors_simulator & git checkout med18
- cd ~/catkin_ws/src/mav_comm & git checkout med18
- cd ~/catkin_ws/src/rotors_simulator
- git checkout med18
- cd ~/catkin_ws/src/mav_comm
- git checkout med18
- cd ~/catkin_ws
- catkin build
- echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
Expand Down

0 comments on commit bd48cae

Please sign in to comment.