Skip to content

Commit e97f62b

Browse files
authored
Merge branch 'master' into nrobakova/fix-issue-5763
2 parents 59215a8 + 04da9bf commit e97f62b

13 files changed

+337
-202
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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
26+
# - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:perf; fi
2727
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:others; fi
2828
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:grid; fi
2929
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:tgrid; fi

0 commit comments

Comments
 (0)