Skip to content

Commit

Permalink
Do not install emulator in all cases (e.g. OSX)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachriggle committed Aug 31, 2016
1 parent 9b17956 commit 6e4e463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ setup_osx()

if [[ "$USER" == "travis" ]]; then
setup_travis
setup_android_emulator
elif [[ "$USER" == "shippable" ]]; then
sudo apt-get update
sudo apt-get install openssh-server gcc-multilib
Expand All @@ -170,8 +171,8 @@ elif [[ "$(uname)" == "Darwin" ]]; then
setup_osx
elif [[ "$(uname)" == "Linux" ]]; then
setup_linux
setup_android_emulator
fi

setup_android_emulator

dpkg -l

0 comments on commit 6e4e463

Please sign in to comment.