Skip to content

Commit

Permalink
Now poll for the correct status page of /wd/hub/status where we shoul…
Browse files Browse the repository at this point in the history
…d get a HTTP 200 response code.
  • Loading branch information
julianharty committed Nov 14, 2013
1 parent fce4f22 commit 06e347a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,5 +30,5 @@ before_script:
- 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
- wget --server-response http://localhost:8080/wd/hub/status
script: "./buildstuff.sh"

0 comments on commit 06e347a

Please sign in to comment.