Skip to content

Commit

Permalink
test installing openocd and qemu
Browse files Browse the repository at this point in the history
like our installation steps say
  • Loading branch information
Jorge Aparicio committed Jul 22, 2016
1 parent 1f09044 commit ad98cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -ex
case $TRAVIS_OS_NAME in
osx)
command -v xargo >/dev/null 2>&1 || cargo install xargo --debug
brew install openocd qemu
;;
esac

Expand Down

0 comments on commit ad98cde

Please sign in to comment.