Skip to content

Commit

Permalink
Further limit browsers to avoid tunnel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Spain committed Apr 6, 2017
1 parent 3e1e463 commit ca0a9f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .zuul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ ui: mocha-bdd

browsers:
- name: chrome
version: [26, latest, dev]
version: [26, latest]
- name: android
version: 4.4..latest
version: [4.4, latest]

- name: firefox
version: [4, latest, dev]
version: [4, latest]

- name: safari
version: [5, 6, -1, latest]
version: [5, 6, latest]
- name: iphone
version: [8.1, latest]
- name: ipad
Expand Down

0 comments on commit ca0a9f6

Please sign in to comment.