Skip to content

Commit

Permalink
Travis: checkout older versions of PX4Firmware and PX4NuttX
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Jan 22, 2015
1 parent da1e7ad commit dc0cfcb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tools/scripts/build_px4_v2_quad_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
set -e
set -x

pushd ../PX4Firmware
git checkout ce602658
popd

pushd ../PX4NuttX
git checkout f6e0eff9
popd

pushd ArduCopter
make configure
make clean
Expand Down

0 comments on commit dc0cfcb

Please sign in to comment.