Skip to content

Commit 1a8edfe

Browse files
committed
add internet explorer 8~11 to saucelabs test matrix. update README.
1 parent 684da06 commit 1a8edfe

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
hook-javascript client ![Build status](https://travis-ci.org/doubleleft/hook-javascript.svg?branch=master)
1+
hook-javascript client
22
===
33

4+
![Build status](https://travis-ci.org/doubleleft/hook-javascript.svg?branch=master)
5+
[![Selenium Test Status](https://saucelabs.com/browser-matrix/endel.svg)](https://saucelabs.com/u/grunt-sauce)
6+
47
JavaScript client for [hook](https://github.com/doubleleft/hook).
58

9+
610
- [Documentation](http://doubleleft.github.io/hook-javascript/classes/Hook.Client.html).
711
- [Plugins](https://github.com/doubleleft/hook-javascript/wiki/Plugins).
812

grunt/saucelabs-qunit.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@ all:
22
options:
33
urls:
44
- localhost:8888/tests/index.html
5-
build: '1'
5+
build: 0
66
testname: hook-javascript client tests
77
browsers:
8-
- browserName: 'firefox'
9-
version: '19'
10-
platform: 'XP'
8+
- browserName: 'firefox',
119
- browserName: 'chrome'
12-
version: '31'
10+
- browserName: 'safari'
11+
- browserName: 'opera'
1312
- browserName: 'internet explorer'
1413
version: '8'
14+
- browserName: 'internet explorer'
15+
version: '9'
16+
- browserName: 'internet explorer'
17+
version: '10'
18+
- browserName: 'internet explorer'
19+
version: '11'

0 commit comments

Comments
 (0)