Skip to content

Commit

Permalink
spec/runner: allow failures in all droids
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Feb 7, 2014
1 parent 6eac851 commit 75c7fe7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -48,9 +48,12 @@ matrix:
- env: SELENIUM_BROWSER=chrome SELENIUM_VERSION=31
- env: SELENIUM_BROWSER=chrome SELENIUM_VERSION=30

# Mobile?
# Something's fishy
- env: SELENIUM_BROWSER=ipad SELENIUM_DEVICE="iPad 2 (5.0)"
- env: SELENIUM_BROWSER=iphone SELENIUM_DEVICE="iPhone 5"

# Android's driver be broken
- env: SELENIUM_BROWSER=android SELENIUM_DEVICE="Samsung Galaxy Nexus"
- env: SELENIUM_BROWSER=android SELENIUM_DEVICE="Motorola Razr Maxx HD"
- env: SELENIUM_BROWSER=android SELENIUM_DEVICE="LG Nexus 4"

Expand Down

0 comments on commit 75c7fe7

Please sign in to comment.