We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8705340 commit 965f395Copy full SHA for 965f395
.travis.yml
@@ -16,6 +16,8 @@ script:
16
- 'if [ "${TEST-}" = true ]; then npm run tests-only ; fi'
17
- 'if [ -n "${KARMA-}" ]; then npm run tests-karma ; fi'
18
- 'if [ -n "${COVERAGE-}" ] && [ "${TRAVIS_BRANCH-}" = "master" ]; then npm run cover; cat ./coverage/lcov.info | ./node_modules/.bin/coveralls ; fi'
19
+install:
20
+ - 'if [ -n "${LINT-}" ]; then npm install --legacy-bundling ; else npm install ; fi'
21
env:
22
global:
23
- TEST=true
0 commit comments