We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212fb68 commit f6fd556Copy full SHA for f6fd556
1 file changed
.travis.yml
@@ -20,7 +20,7 @@ install:
20
- yarn install --frozen-lockfile --non-interactive
21
22
script:
23
- - yarn list --pattern "ember-template-lint|prettier" --depth=0
+ - cat node_modules/ember-template-lint/package.json | grep \"version\"
24
- yarn lint:js
25
- yarn lint:md
26
- yarn test
0 commit comments