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 e97f1c9 commit aa6ce1bCopy full SHA for aa6ce1b
.travis.yml
@@ -16,3 +16,6 @@ after_success:
16
branches:
17
except:
18
- "/^v\\d+\\.\\d+\\.\\d+$/"
19
+before_script:
20
+ - export DISPLAY=:99.0
21
+ - sh -e /etc/init.d/xvfb start
karma.conf.js
@@ -75,7 +75,7 @@ module.exports = function(config) {
75
singleRun: true,
76
77
// Concurrency level
78
- // how many browser should be started simultanous
+ // how many browser should be started simultaneous
79
concurrency: Infinity
80
})
81
};
0 commit comments