From 562a109f19bd2efa7a1d5ac6c365213212347792 Mon Sep 17 00:00:00 2001 From: Charlotte Spencer Date: Wed, 9 Sep 2015 12:36:46 +0100 Subject: [PATCH] fix: add internet explorer saucelab tests --- .zuul.yml | 8 ++++++++ README.md | 2 -- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.zuul.yml b/.zuul.yml index 86ff4d7..3dfc950 100644 --- a/.zuul.yml +++ b/.zuul.yml @@ -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' diff --git a/README.md b/README.md index 1cb612e..063765e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index d91ece4..a9e5625 100644 --- a/package.json +++ b/package.json @@ -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",