Skip to content

Commit

Permalink
chore(zuul): fixed configuration for iphone / android
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Aug 30, 2015
1 parent 6895997 commit 4917642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zuul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ browsers:
version: '29..latest'
- name: safari
version: '7..latest'
- name: iPhone
- name: iphone
version: '7.0..latest'
- name: android
version: '4.3..latest'
version: '4.0..latest'
scripts:
- './node_modules/pouchdb/dist/pouchdb.js'
- './node_modules/pouchdb/dist/pouchdb.memory.js'
Expand Down

0 comments on commit 4917642

Please sign in to comment.