Skip to content

Commit

Permalink
[chore] Update zuul config to test more browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Cowper authored and gr2m committed Aug 14, 2015
1 parent c14a6c5 commit 7aa8772
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .zuul.yml
@@ -1,11 +1,15 @@
ui: tape
browsers:
- name: chrome
version: [36, 37, 39, 41]
version: latest
- name: firefox
version: [31, latest]
version: latest
- name: safari
version: 6
version: [6, 7, 8]
- name: iphone
version: [7.0, latest]
- name: internet explorer
version: [10, latest]
scripts:
- './node_modules/pouchdb/dist/pouchdb.js'
- './node_modules/pouchdb/dist/pouchdb.memory.js'
Expand Down

0 comments on commit 7aa8772

Please sign in to comment.