Skip to content

Commit

Permalink
fix: add more browsers to test in
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Spencer committed Aug 26, 2015
1 parent 7c3e705 commit 5187e50
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .zuul.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
ui: tape
browsers:
- name: chrome
version: [36, 37, 39, 41]
version: '34..latest'
- name: firefox
version: [31, latest]
version: '29..latest'
- name: safari
version: 6
version: '7..latest'
- name: iPhone
version: '7.0..latest'
- name: android
version: '4.3..latest'
scripts:
- './node_modules/pouchdb/dist/pouchdb.js'
- './node_modules/pouchdb/dist/pouchdb.memory.js'
Expand Down

0 comments on commit 5187e50

Please sign in to comment.