File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ before_script:
2020- npm install -g gulp
2121- npm install -g istanbul-combine
2222script :
23- - npm run lint:lib
23+ # - npm run lint:lib
2424- ng build igniteui-angular --prod
2525- npm run build:style
2626# - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:perf; fi
27- - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:others; fi
28- - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:grid; fi
29- - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:tgrid; fi
30- - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:hgrid; fi
31- - if [ -z "${TRAVIS_TAG}" ]; then istanbul-combine -d coverage -p none -r lcov -r html coverage/hierarchical-grid/coverage-final.json coverage/tree-grid/coverage-final.json coverage/non-grid/coverage-final.json coverage/grid/coverage-final.json; fi
32- - if [ -z "${TRAVIS_TAG}" ]; then npm run test:schematics; fi
33- - if [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
27+ # - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:others; fi
28+ # - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:grid; fi
29+ # - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:tgrid; fi
30+ # - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:hgrid; fi
31+ # - if [ -z "${TRAVIS_TAG}" ]; then istanbul-combine -d coverage -p none -r lcov -r html coverage/hierarchical-grid/coverage-final.json coverage/tree-grid/coverage-final.json coverage/non-grid/coverage-final.json coverage/grid/coverage-final.json; fi
32+ # - if [ -z "${TRAVIS_TAG}" ]; then npm run test:schematics; fi
33+ # - if [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
3434
3535before_deploy :
3636- npm run build:schematics
You can’t perform that action at this time.
0 commit comments