Skip to content

Commit

Permalink
fix: add internet explorer saucelab tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Spencer committed Sep 9, 2015
1 parent 3b944ed commit 562a109
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .zuul.yml
Expand Up @@ -10,6 +10,14 @@ browsers:
version: '7.0..latest'
- name: android
version: '4.0..latest'
- name: internet explorer
platform: 'Windows 8'
version: '10'
- name: internet explorer
platform: 'Windows 10'
version: '11'
- name: microsoftedge
version: 'latest'
scripts:
- './node_modules/pouchdb/dist/pouchdb.js'
- './node_modules/pouchdb/dist/pouchdb.memory.js'
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -116,8 +116,6 @@ PouchDB.plugin({

[![Sauce Test Status](https://saucelabs.com/browser-matrix/hoodie-pouch.svg)](https://saucelabs.com/u/hoodie-pouch)

_Tests are currently not running on >IE10 however once https://github.com/pouchdb/pouchdb/pull/4220 lands we can enable this._

### In Node.js

Run all tests and validates JavaScript Code Style using [standard](https://www.npmjs.com/package/standard)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"lolex": "^1.3.1",
"memdown": "^1.0.0",
"mkdirp": "^0.5.0",
"pouchdb": "^4.0.0",
"pouchdb": "^4.0.1",
"rimraf": "^2.3.2",
"semantic-release": "^4.3.4",
"standard": "^5.1.0",
Expand Down

0 comments on commit 562a109

Please sign in to comment.