mirror of
https://github.com/node-red/node-red
synced 2024-11-21 15:43:16 +00:00
Remove UI tests from travis config
This commit is contained in:
parent
cb9f910642
commit
b61701fa17
10
.travis.yml
10
.travis.yml
@ -7,9 +7,9 @@ matrix:
|
||||
- node_js: "14"
|
||||
- node_js: "12"
|
||||
- node_js: "10"
|
||||
script:
|
||||
- ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
|
||||
- scripts/install-ui-test-dependencies.sh && grunt test-ui
|
||||
before_script:
|
||||
- npm install -g istanbul coveralls
|
||||
# script:
|
||||
# - ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
|
||||
# - scripts/install-ui-test-dependencies.sh && grunt test-ui
|
||||
# before_script:
|
||||
# - npm install -g istanbul coveralls
|
||||
- node_js: "8"
|
||||
|
Loading…
Reference in New Issue
Block a user