@@ -40,7 +40,7 @@ before_install:
4040 # prevents windows error: npm ERR! ... git-sh-setup: file not found
4141 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PATH=/c/PROGRA~1/Git/usr/bin:/c/PROGRA~1/Git/mingw64/libexec/git-core:$PATH ; fi
4242
43- script : npx nyc -s npm run test:node -- --concurrency 1 -- -- --timeout 10000 --bail
43+ script : npx nyc -s npm run test:node -- -- -- --timeout 10000 --bail
4444after_success :
4545 - npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
4646
@@ -57,71 +57,71 @@ jobs:
5757 include :
5858 - stage : check
5959 script :
60- - npm run build -- --concurrency 1 -- -- --bundlesize
61- - npm run dep-check -- --concurrency 1 -- -- -- -i wrtc -i electron-webrtc
60+ - npm run build -- -- -- --bundlesize
61+ - npm run dep-check -- -- -- -- -i wrtc -i electron-webrtc
6262 - npm run lint -- --concurrency 1
6363
6464 - stage : test
6565 name : chrome
6666 addons :
6767 chrome : stable
6868 script :
69- - npm run test:browser -- --concurrency 1 -- -- --bail
69+ - npm run test:browser -- -- -- --bail
7070
7171 - stage : test
7272 name : chrome webworker
7373 addons :
7474 chrome : stable
7575 script :
76- - npm run test:webworker -- --concurrency 1 -- -- --bail
76+ - npm run test:webworker -- -- -- --bail
7777
7878 - stage : test
7979 name : firefox
8080 addons :
8181 firefox : latest
8282 script :
83- - npm run test:browser -- --concurrency 1 -- -- --bail --browsers FirefoxHeadless
83+ - npm run test:browser -- -- -- --bail --browsers FirefoxHeadless
8484
8585 - stage : test
8686 name : firefox webworker
8787 addons :
8888 firefox : latest
8989 script :
90- - npm run test:webworker -- --concurrency 1 -- -- --bail --browsers FirefoxHeadless
90+ - npm run test:webworker -- -- -- --bail --browsers FirefoxHeadless
9191
9292 - stage : test
9393 name : electron-main
9494 os : osx
9595 script :
96- - npm run test:electron-main -- --concurrency 1 -- -- --bail
96+ - npm run test:electron-main -- -- -- --bail
9797
9898 - stage : test
9999 name : electron-renderer
100100 os : osx
101101 script :
102- - npm run test:electron-renderer -- --concurrency 1 -- -- --bail
102+ - npm run test:electron-renderer -- -- -- --bail
103103
104104 - stage : test
105105 name : interop - node
106106 script :
107- - npm run test:interop:node -- --concurrency 1 -- -- --bail
107+ - npm run test:interop:node -- -- -- --bail
108108
109109 - stage : test
110110 name : interop - browser
111111 script :
112- - npm run test:interop:browser -- --concurrency 1 -- -- --bail
112+ - npm run test:interop:browser -- -- -- --bail
113113
114114 - stage : test
115115 name : interop - electron-main
116116 os : osx
117117 script :
118- - npm run test:interop:electron-main -- --concurrency 1 -- -- --bail --timeout 10000
118+ - npm run test:interop:electron-main -- -- -- --bail --timeout 10000
119119
120120 - stage : test
121121 name : interop - electron-renderer
122122 os : osx
123123 script :
124- - npm run test:interop:electron-renderer -- --concurrency 1 -- -- --bail --timeout 10000
124+ - npm run test:interop:electron-renderer -- -- -- --bail --timeout 10000
125125
126126 - stage : test
127127 name : example - browser-add-readable-stream
0 commit comments