Remove UI tests from travis config

This commit is contained in:
Nick O'Leary 2020-09-25 18:00:32 +01:00
parent cb9f910642
commit b61701fa17
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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"