Skip to content

Commit 6002ee0

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Re-enable tests.
1 parent d633e10 commit 6002ee0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ script:
2323
# - npm run lint:lib
2424
- ng build igniteui-angular --prod
2525
- npm run build:style
26-
# - 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
26+
- 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
3434

3535
before_deploy:
3636
- npm run build:schematics

0 commit comments

Comments
 (0)