Skip to content

Commit

Permalink
Revert "Travis: install some extra packages for AVR"
Browse files Browse the repository at this point in the history
This reverts commit 36a5e96.
  • Loading branch information
jschall committed Mar 12, 2015
1 parent 1c1bd3a commit 62ec4e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tools/scripts/install-travis-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ for pkg in $PYTHON_PKGS; do
pip -q install $pkg || echo "FAILED INSTALL OF $pkg"
done

# install some extra packages (for later AVR compiler)
rsync -av firmware.diydrones.com::Tools/Travis/*.deb ExtraPackages
sudo dpkg -i ExtraPackages/*.deb


if [ ! -d PX4Firmware ]; then
git clone https://github.com/diydrones/PX4Firmware.git
Expand Down

0 comments on commit 62ec4e5

Please sign in to comment.