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 6b584d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .zuul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ browsers:
- name: firefox
version: [31, latest]
- name: safari
version: 6
version: [6, 7, 8]
- name: iphone
version: [7.0, 8.0, latest]
- name: internet explorer
version: [10, 11]
scripts:
- './node_modules/pouchdb/dist/pouchdb.js'
- './node_modules/pouchdb/dist/pouchdb.memory.js'
Expand Down

0 comments on commit 6b584d6

Please sign in to comment.