We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8819d commit a3b4f7eCopy full SHA for a3b4f7e
.travis.yml
@@ -23,7 +23,7 @@ script:
23
- npm run lint:lib
24
- ng build igniteui-angular --prod
25
- npm run build:style
26
-- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:perf; fi
+# - 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
0 commit comments