We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b10850 commit 0ddaed8Copy full SHA for 0ddaed8
2 files changed
.travis.yml
@@ -5,14 +5,12 @@ node_js:
5
- "11"
6
- "12"
7
addons:
8
- firefox: "latest"
+ chrome: stable
9
apt:
10
sources:
11
- ubuntu-toolchain-r-test
12
packages:
13
- g++-4.8
14
-before_install:
15
- - sh -e /etc/init.d/xvfb start
16
env:
17
global:
18
- DISPLAY=:99.0
karma.conf.js
@@ -37,9 +37,6 @@ module.exports = function (config) {
37
enabled: true,
38
usePhantomJS: false,
39
postDetection: function (availableBrowser) {
40
- if (process.env.TRAVIS) {
41
- return ['Firefox']
42
- }
43
if (availableBrowser.includes('Chrome')) {
44
return ['ChromeHeadless']
45
}
0 commit comments