Skip to content

Commit

Permalink
Added commands to install, start and call the Android Server component.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianharty committed Nov 13, 2013
1 parent 093dd1a commit fce4f22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -27,4 +27,8 @@ before_script:
- chmod 777 ./buildstuff.sh
- chmod +x wait_for_emulator
- ./wait_for_emulator
- adb install apks/android-server-2.32.0.apk
- adb shell am start -a android.intent.action.MAIN -n org.openqa.selenium.android.app/.MainActivity -e debug true
- adb forward tcp:8080 tcp:8080
- wget --server-response http://localhost:8080/wd/hub
script: "./buildstuff.sh"

0 comments on commit fce4f22

Please sign in to comment.