Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 3d8cd5b

Browse files
fixed CI failures
1 parent 61ddaf7 commit 3d8cd5b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ before_script:
3030
- export DISPLAY=:99.0
3131
- sh -e /etc/init.d/xvfb start
3232

33+
script:
34+
- npm run lint
35+
- npm run coverage
36+
3337
after_success:
3438
# concatenate all code-coverage data into a single file
3539
- ls -R1 coverage/*/lcov.info

karma.conf.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,10 @@ function configureSauceLabs (config) {
123123
platform: 'macOS 10.12',
124124
browserName: 'safari'
125125
},
126-
SauceLabs_IE_9: {
126+
SauceLabs_IE_11: {
127127
base: 'SauceLabs',
128128
platform: 'Windows 7',
129-
browserName: 'internet explorer',
130-
version: '9'
129+
browserName: 'internet explorer'
131130
},
132131
SauceLabs_IE_Edge: {
133132
base: 'SauceLabs',

0 commit comments

Comments
 (0)