Skip to content

Commit 212fb68

Browse files
committed
CI: Log ember-template-lint and prettier versions
1 parent cf432df commit 212fb68

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ before_install:
1919
install:
2020
- yarn install --frozen-lockfile --non-interactive
2121

22+
script:
23+
- yarn list --pattern "ember-template-lint|prettier" --depth=0
24+
- yarn lint:js
25+
- yarn lint:md
26+
- yarn test
27+
2228
env:
2329
global:
2430
# See https://git.io/vdao3 for details.
@@ -32,13 +38,6 @@ jobs:
3238

3339
- stage: "Tests"
3440
name: "ember-template-lint 1.6.1"
35-
script:
36-
- yarn lint:js
37-
- yarn lint:md
38-
- yarn test
41+
3942
- name: "ember-template-lint latest"
4043
install: yarn install --no-lockfile
41-
script:
42-
- yarn lint:js
43-
- yarn lint:md
44-
- yarn test

0 commit comments

Comments
 (0)