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 ff6d3e2 commit 372a97bCopy full SHA for 372a97b
.travis.yml
@@ -1,7 +1,7 @@
1
branches:
2
only:
3
- master
4
-sudo: false
+sudo: required
5
language: node_js
6
node_js:
7
- '8'
@@ -13,5 +13,8 @@ addons:
13
chrome: stable
14
firefox: latest
15
sauce_connect: true
16
+before_script:
17
+ - "sudo chown root /opt/google/chrome/chrome-sandbox"
18
+ - "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
19
script:
20
- npm run test && if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then npm run test:ci; else exit 0; fi
karma.config.js
@@ -60,7 +60,7 @@ module.exports = {
60
61
// Concurrency level
62
// how many browser should be started simultaneous
63
- concurrency: Infinity,
+ concurrency: 2,
64
65
client: {
66
mocha: {
0 commit comments